How to write test case on paper and pen.
Answer Posted / sowmya
Sorry first test cases were for paper
and the second one was for pen
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
How to write test case for this scenario. The Contact Information screen shall be displayed to the user during Case Update
hai we need to get some data from a logfiles and populate into database .to check this we need to write test cases .how to write test case for this scenario tell me as functional and stress testing differ
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
What is the toughest moment you faced in your testing carrier in which everyone praised you?
Could you pls give me sites where i can test card? mail me to
Write the use cases for following 1. Comment section of Facebook 2. Instagram status Implementation
Explain the scalability testing?
Explain which test cases are written first black boxes or white boxes?
Explain the exactly meaning of test case?
What is quick test professional and what test environment it supports?
If for any software product, if the customers more often us few functions, and rarely use few othere functionality. what a tester can expect more deffects can be found, in what area, where the functionality frequently used OR where rarly used?
How many test cases u will write for Acceptance testing?
i am preparing for interviews in real time job what test cases we have to prepare please explain with example?
Give me a example that differentiate Test case Procedure,Test case Scenario,Test case Discription & test steps.
How to write test case for this scenario. The system shall compare the requested name with the Service Member Name field in the database