Search
 
SCRIPT & CODE EXAMPLE
 

TYPESCRIPT

where do you get your test data

When=> sprint planning meeting
	Who=> Mostly I get test data from PO
    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 

    For API Part: I use "https://www.mockaroo.com/" ==>
    generates multiple format (CSV, JSON, XML, etc)
Comment

what is test data

Test data is the data that is used by 
the testers to run the test cases. 
Whilst running the test cases, 
testers need to enter some input data. 
To do so, testers prepare test data. 
It can be prepared manually and also by using tools.

For example, To test a basic login 
functionality having a user id, password
fields. We need to enter some data
in the user id and password fields.
So we need to collect some test data.
Comment

test data

Test data is the data that is used by 
the testers to run the test cases. 
Whilst running the test cases, 
testers need to enter some input data. 
To do so, testers prepare test data. 
It can be prepared manually and also by using tools.

For example, To test a basic login 
functionality having a user id, password
fields. We need to enter some data
in the user id and password fields.
So we need to collect some test data.
Comment

PREVIOUS NEXT
Code Example
Typescript :: failed to enumerate objects in the container access is denied windows 10 
Typescript :: roots of grass 
Typescript :: generic in typescript 
Typescript :: google sheets sumif 
Typescript :: swal fire 
Typescript :: retrieve data from firebase flutter 
Typescript :: how to make a button that alerts when clicked with html 
Typescript :: angular rxjs mergemap 
Typescript :: create user objects firebase 
Typescript :: react typescript create react app 
Typescript :: regex in typescript 
Typescript :: give all element in a list starts with string 
Typescript :: check if column exists in dataframe python 
Typescript :: pywavelets tutorial 
Typescript :: react-excel-renderer 
Typescript :: nestjs mongoose schema nested 
Typescript :: typescript check if object is of type 
Typescript :: property does not exist on type any typescript 
Typescript :: multiple where statements sql 
Typescript :: Round a float two decimal points 
Typescript :: deleting conflicting outputs 
Typescript :: beziere curve function 
Typescript :: typescript react theme-provider 
Typescript :: add custom function to google sheets 
Typescript :: async http requests python - Aiohttp 
Typescript :: java stack remove elements which equals the top element 
Typescript :: Unshift type Typescript 
Typescript :: how to pass data to another page in ionic 3 
Typescript :: ts factory pattern 
Typescript :: object is possibly 
ADD CONTENT
Topic
Content
Source link
Name
4+6 =