Project

General

Profile

Bug #1558

Updated by Dragan Tevdoski about 2 years ago

By exporting users to Excel and CSV format, users should have the following information (ID, Name, Email, Created). In this case, another user information appears that should not exist according to the User story 

 *Precondition* 
 # Navigate to URL https://qainterrapt.brainster.xyz/login 
 # Тhe user must have been previously created 

 *Steps to reproduce* 
 # Click on the "Users" via navigation menu 
 # Click on the "Export Users" button 
 # Select the "All" option for Excel format 
 # Check if the user has been exported in excel format 
 # Click on the "Users" via navigation menu 
 # Click on the "Export Users" button 
 # Select the "All" option for CSV format 
 # Check if the user has been exported in CSV format 

 *Expected result* 
 An Excel file should be downloaded containing all users' information (ID, Name, Email, Created) 
 A CSV file should be downloaded containing all users' information (ID, Name, Email, Created) 

 *Actual result* 
 Along with user data (ID, name, email, created), the exported document also includes action column data 

Back