If I have written the 10 Positive test cases first and
Negative test cases 11 to 25 .I Execute +ve first & then -
ve as per test cases were written .Now if I got the next
build & if I write again +ve Test Cases 26-30 first & then -
ve 31-35 but I have to execute all test cases 1 to 35.But
here the sequence of execution is +ve,-ve,+ve & -ve .How
should I maintain the test cases .Please tell me It's
Urgent .Thanks In Advance.....Tester

Answer Posted / parifs

Hi,

As per my knowledge test cases are executed in the order
they have created according to the requirement

Regards

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What are the detailed test cases for Vacations Rental websites (Admin,Traveler,Rental owner)?

2475


If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date

2062


Can you list down a few characteristics of a test case?

698


how to write a test cases for courier offices?

3349


How many test cases u will write for Acceptance testing?

1784






# A large IT company is in the process of revising salary structure for its employees. The salary will be on the basis of assessed performance of the previous year for all employee who have completed six months or more. # The rules for salary revision are provided below :- Performance level 1 : Increase existing salary by 30% Performance level 2 : Increase existing salary by 20% Performance level 3 : Increase existing salary by 10% Performance level 4 : Increase existing salary by 5% Performance level 5 : No Increase # For those who have not completed six months, provide a flat increase of 7.5% in their salary. In addition to above provide a special loyalty allowance of Tk. 800 to all employees who have complete THREE years with the organization. # Compute the minimum number of paths that you would require to cover the application and how many test cases would you require?

1986


Roads concatenation Problem Consider we have some GIS (Geo Information System) operating over some road network. Each road represented as array of two-dimensional geographical points. Road network is a set of roads. System has function called Concatenate(). This function takes raw road network and should return optimized road network. Optimization lies in concatenating roads with matching start or end points, i.e. if road AB end point matches road BC start point, then optimized network should contain concatenated road AC. Optimized network shouldn’t contain two roads which can be concatenated. Your task is to suggest set of test cases for Concatenate() function in order to make sure it works correctly. public interface IPoint { double Lat { get; } double Lon { get; } } public Road : List { } public RoadNetwork : List { } public RoadNetwork Concatenate(RoadNetwork roads);

1927


Why is it that the boundary value analysis provides good test cases?

769


can any body help me with providing a a case for usability testing...

1667


Explain the gray box testing?

718


what is the test plan for ms-word

1934


Who will take care of test plan and test case?

1639


What are the different check points for SIT and UAT while testing an Internet Banking application. Consider any one functionality of Internet Banking

1428


Can anybody help me out to write test cases for booking train ticket online???

5252


can anybody help me how to write a test case for a program eg: c or C++ ,and also how to check their outputs

2080