This is the first issue
content.txt
prashant-elastic/test_github_connector#1
content.txt
~!@#$%^&*()_+{}|:"<>?`-=[];',./1234567890
Test data is a production like data used by Test Cases to test software applications. Usually, Test Data is collected into a document called Test Data Document, that is used by Test Cases and Test Scripts at the time of execution.
If the test data is not designed in advance, Test Cases may not cover all the scenarios and ultimately might affect the quality of the software.
Test data is divided into two types:
Valid Test Data: is the positive data used for the system when generating expected results. This is a combination of all possible inputs to make sure the application is working as per the requirements.
Invalid Test Data: is the negative data used to test unexpected or negative conditions and exceptions. Below are some examples:
Null Values – in case of mandatory fields
Out Of Range Values
Special characters that are not allowed
Invalid data format – for eg. mobile# with alphabet
This is the first issue
content.txt
prashant-elastic/test_github_connector#1
content.txt
~!@#$%^&*()_+{}|:"<>?`-=[];',./1234567890
Test data is a production like data used by Test Cases to test software applications. Usually, Test Data is collected into a document called Test Data Document, that is used by Test Cases and Test Scripts at the time of execution.
If the test data is not designed in advance, Test Cases may not cover all the scenarios and ultimately might affect the quality of the software.
Test data is divided into two types:
Valid Test Data: is the positive data used for the system when generating expected results. This is a combination of all possible inputs to make sure the application is working as per the requirements.
Invalid Test Data: is the negative data used to test unexpected or negative conditions and exceptions. Below are some examples:
Null Values – in case of mandatory fields
Out Of Range Values
Special characters that are not allowed
Invalid data format – for eg. mobile# with alphabet