Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

where do you store your test data

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.
    I use java faker to generate data
	How => Faker faker=new Faker();
    or String manupilation(substring concatination etc.)
	I store it  at SharePoint. Saved in my project
    in xls type under data package 
Comment

PREVIOUS NEXT
Code Example
Typescript :: components swift separator vo sequenc of characters 
Typescript :: python list comports on windows 
Typescript :: carousel not moving unless reload the page 
Typescript :: how to get array elements in same line in python 
Typescript :: why my res.data returns array of objects ? (AngularJs) 
Typescript :: render html contents from url in asp.net razor 
Typescript :: typescript isvalidguid 
Typescript :: for loop of unlimited inputs python 
Typescript :: Exclude value from array typescript type 
Typescript :: fieldmatch cannot be resolved to a type 
Typescript :: set state array of objects react hooks 
Typescript :: Highcharts error #17: www.highcharts.com/errors/17/?missingModuleFor=candlestick - missingModuleFor: candlestick 
Typescript :: adding import of app routing module 
Typescript :: Python program to extract characters from various text files and puts them into a list 
Typescript :: How many arguments are in this function call? range(0, 100, 5) 20 
Typescript :: server sent events httpclient java.net 
Typescript :: reach router path typescript error 
Typescript :: vue router popstate 
Typescript :: extracts lists from list python 
Typescript :: check if element exists in array java 
Typescript :: typescript types for state 
Typescript :: hide elements using DOM in TypeScript 
Typescript :: How to return a new string with its first and last characters swapped 
Cpp :: fast i/o c++ 
Cpp :: c++ get filename from path 
Cpp :: count bit 1 c++ 
Cpp :: how to print a decimal number upto 6 places of decimal in c++ 
Cpp :: c++ bold text 
Cpp :: how to append one vector to another c++ 
Cpp :: what is difference between single inverted and double inverted in programming languages 
ADD CONTENT
Topic
Content
Source link
Name
4+7 =