
In this video, will come to know what is the need of random and unique test data in automation tools like Selenium and Appium. And will come to know what are the third party API tools in Java and C# languages.
This video explains, what are the issues faced while working with the automation tools if the application needs unique test data for the fields.
This video explains how to generate random unique test data using one of the Java classes called RANDOM class.
This video shows how to use RANDOM class to generate random unique test data and can feed to the application which requires unique test data.
This video explains how to generate random unique test data using one of the third party JAVA APIs called FAKER.
This video shows how to use FAKER API to generate random unique test data.
This video shows how to use FAKER API to generate random unique test data and can feed to the application which requires unique test data.
This video explains how to generate random unique test data using one of the third party JAVA APIs called JFAIRY.
This video shows how to use JFAIRY API to generate random unique test data.
This video shows how to use JFAIRY API to generate random unique test data and can feed to the application which requires unique test data.
This video explains how to generate random unique test data using one of the third party JAVA APIs called FABRICATOR.
This video shows how to use FABRICATOR API to generate random unique test data and can feed to the application which requires unique test data.
This video shows how to use FABRICATOR API to generate random unique test data and can feed to the application which requires unique test data.
This video explains how to generate random unique test data using one of the C# classes called RANDOM class.
This video shows how to use RANDOM class to generate random unique test data and can feed to the application which requires unique test data.
This video explains how to generate random unique test data using one of the third party C# APIs called FAKER.
This video shows how to use FAKER API to generate random unique test data.
This video shows how to use FAKER API to generate random unique test data and can feed to the application which requires unique test data.
This video shows how to use BOGUS API to generate random unique test data.
This video shows how to use BOGUS API to generate random unique test data and can feed to the application which requires unique test data.
Test data is very important in manual testing as well as in automation testing. But if the test data changes in manual testing then it is not a big issue when compared to automation testing. As in the manual testing the tester can change/create the data as he is aware that the data changes and he will have enough application knowledge. But when it comes to the automation, the tool can not have this kind of knowledge or information. To avoid these kind of issues we can use some third party APIs to generate random unique test data or fake data.