are the test cases stored in database nowadays? pls tell
me... then give clear details about test case preparation
and test case execution
NO, test cases are not stored in the database. Test cases
are stored in excel or word or Test Director. Lets take
yahoo mail Username to write the test case. In the
requirement they will define how they want the username
should be like only numeric or only alphabet or alphabet
with 6 or 8 characters or alphanumeric value. Lets take
alpha numeric value. When we write the test case we have do
both positive and negative test steps. For ex. First write
the test step has you entered only alphabets, in the second
step write mention that you entered only numeric value, in
the third step mention that you take alpha numeric value.
First two steps are negative testing and third one is
positive one.
Now comes the execution, Once you are done writing you
testcases and approved by the team lead then we proceed
with execution. You havve to execute according to your test
steps. By this them the application will be full ready to
work. So go to yahoo mail and try to enter the user name
using your first step it should give you a error message
because we have to enter the alphanumeric but you have
entered only alphabets. Second step will do the same thing.
When you go to third test step then it will go through
since you entered the correct value in that functionality.
| Is This Answer Correct ? | 9 Yes | 1 No |
Can you list down a few characteristics of a test case?
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);
can u tell me how do we writetestcases for perfomance,load,And stress?
Describe to me what you see as a process. Not a particular process, just the basics of having a process.
maximum length of testcase
pls send me the testcases for telecom billing system
write test cases for this senario if a job fails it should get restarted again this should happen for three times if it fails again then it should quit?
Can any one please give me a test case for transaction of money thro' mobile phones. I really need it soon. i need the test case in ieee format.please anyone help me.
how do u call a from library file
how to write the test case for time and date like TIME : 09:34:32AM DATE : 12 MAY 1987
Explain the concurrency testing?
What is business validation test case?