Browsing all articles tagged with test cases - Software Testing Blog
Designing Test Data

While testing you need to be sure that you won’t miss an important test case because of wrong data or incorrect setting up process. Thus before executing testing all the test environment should be prepared for it. Let’s try to figure out some details. I Preparing test data is a part of the test setup. Test data is any kind of input data to the app, entries from the database tables or file that was loaded by the application. Requirement data can be picked from the prior defined data location.

Read More
software testing tips

Sure, one of the main activities of the specialist who works in software testing company is writing test cases. In order to talk about this major activity we are going t discuss some important factors related to it. These factors should be taken into attention when writing test cases of any level. According to these mostly simple things we are going to give you some pieces of advises, but let’s go ahead with factors:

Read More