how to execute test cases manually
Answer / akshay
First of all it depends on whether u r executing the TC on
excel sheet or u r using any tool like Test director.
if you are using the excel sheet just go for the
descripition and proceed step by step .
if u r using TD click on the run tab u ll get the
description of the TC
Thanks
akshay
mail:akshay_bali2001@yahoo.co.in
| Is This Answer Correct ? | 14 Yes | 5 No |
What is the Difference between Testing Types and Testing Techniques
Anyone can please inform me about how to write test cases for any mathematical calculations. Say for example, we have a formula in a given scenario for calculating the interest. The given formula for interest is: (principle * 5)/(12 * 100) In this case, the principle amount may vary. Would like to know how many test cases can be written for this scenario and how can we decide over this. I will be very thankful for the answer....
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
test case for digital camera
Dear Friends, please send me some links where i will get all type of web driver programs.
Hai, Could anybody please let me know, how to calculate the number of test cases required to test a program. Please provide me the answer for the following question: “What type of ticket do you require, single or return?”IF the customer wants ‘return’Ask: “What rate, Standard or Cheap-day?”IF the customer replies ‘Cheap-day’Say: “That will be $11:20”ELSESay: “That will be $19:50”ENDIFELSESay: “That will be $9:75”ENDIFNow decide the minimum number of tests that are needed to ensure that allthe questions have been asked, all combinations have occurred and allreplies given. a) 3 b) 4 c) 5 d) 6
write case for petrol pump?
9 Answers Accenture, AppLabs, EPPCO, Satyam,
How many test cases u will execute per day?
If userA send a string through whatsapp but userB is not getting properly the string, Then what may be problem? Can someone write testcase of this. Both whtsapp application is same version and OS is also same android version.
How should I maintain the test cases and Test Log for different versions/builds of the application.
test cases for friend finder system using gps?
This part of a program is given: WHILE (condition A) Do B END WHILE How many decisions should be tested in this code in order to achieve 100% decision coverage? A. 2 B. Indefinite C. 1 D. 4