Answers for "where do you get your data"

1

where do you get your data

=> in feature files (in UI), JSON FILE, xml files (in API)
Posted by: Guest on January-17-2021
0

where do you get your data

Where do you get your test data and store where?
	When=> sprint planning meeting
	Who=> PO
	
	It is PO's responsibility to provide
    test data. However in some instances, 
    especially in negative test scenario
    I may need to generate test data.
	How => Faker faker=new Faker(); or 
    String manupilation(substring concatination etc.)
	Where=>SharePoint, Confluence Page
    not that much in Cucumber Options 
    can be excel, text cvs, in my project
    under data package in xls type.
Posted by: Guest on January-22-2021

Code answers related to "where do you get your data"

Browse Popular Code Answers by Language