what is login and login in testcases we write in testcaseid
No Answer is Posted For this Question
Be the First to Post Answer
If I have written test cases for any application:there are 70-80 test cases and steps for writing test cases are common in some TCases.then May I have to write the repeated steps or May I write Repeat the steps of TC id so and so
Can anyone tell me the test cases for Operating System.
How does the size of the OPCODE field limit the number of operations? Give an example to support your explanation?
Write the functional test case for opening a user email account on any website(like yahoo rediff,gmail)
WHAT IS THE MEANING OF RISK BASED TESTING WITH EXAMPLE pls this is urgent Thanks in advance
What is the basic stuff you require to begin creating test cases?
How many test cases you will execute per day?
Writing Test cases based on the understanding of the UX document
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<IPoint> { } public RoadNetwork : List<Road> { } public RoadNetwork Concatenate(RoadNetwork roads);
Explain the branch coverage testing?
write a test cses for sending mails through microsoft- outlook xpress?
What is test cases for mobile phone ?