How to execute test cases written in excelsheet???
Answers were Sorted based on User's Feedback
Answer / jhansirani
Follow the test cases written in the excel sheet and
provide the required test data and check the
functionality . observe the actual result and write that
actual result in that excel sheet . If Expected = actual
then set the result as pass otherwise set the result as
fail.
Is This Answer Correct ? | 20 Yes | 4 No |
Answer / janu
Follow the steps given in excelsheet and check the expected
result and update the actual result in the excel sheet.
Is This Answer Correct ? | 18 Yes | 7 No |
Answer / jeevan
Test cases basically based on test coindition,expect
result,then actual result ,then pass or fail.
write the condition you found form your test scenarios,
then write your expect result in the same row.
when you get the design version then go for actual test ,
if the actual resrlt==your expect result then it pass,or
fail.
the test case & test scinarios written through fdd.
Is This Answer Correct ? | 10 Yes | 2 No |
Answer / sonal a shirke
is it in term of manual testing or automation testing?
If it is manual testing then u have to follow the steps one
by one in the test case then u have to check the expected
results with actual result,Then it is pass otherwise fail
Is This Answer Correct ? | 7 Yes | 1 No |
Answer / phani_k07
If its Manual testing then you have to follow step by
step .If its automation then you have to parameterize the
data using any automation tool like Qtp or winrunner
Is This Answer Correct ? | 7 Yes | 4 No |
Answer / srikanth
if it is in manual testing we have to follow the steps
written in excel sheet if we r in automation we should write
test data in another excel sheet and link with tool by using
parameterization
Is This Answer Correct ? | 5 Yes | 6 No |
Answer / santhosh kumar
f it is manual testing then u have to follow the steps one
by one in the test case then u have to check the expected
results with actual result,Then it is pass otherwise fail,
If its automation then you have to parameterize the
data using any automation tool like Qtp or winrunner
Is This Answer Correct ? | 1 Yes | 4 No |
Circle any inconsistencies in the following text: User Story 3005 - Dave wishes to talk to Fred using a radio. Business Requirements: 1. Dave needs the ability to put a line into select. 2. Dave receives a visual color and text indication that the line is selected (picked up). a. Default indication will be that the pad turns red and the text ‘Select’ appears as the 3rd line of text. 3. David hears audio from a selected line in his defined audio path. 4. Dave uses Push-To-Talk to talk to Fred. 5. Dave receives a visual color and text indication that the line has been de-selected (hung up). • The default inactive state is a white pad with no text on the 2nd line. 6. Multiple Freds can select the same radio. 8. If a radio is selected while another radio is already selected, then the first phone is automatically deselected.
what are test repository???? need for test repository/need for maintaining test cases?? advantages and disadvantages for maintaining test case??
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
What is the Difference between Testing Types and Testing Techniques
what is baic requierment of yahoo mail? what is baic requierment of atm? what is baic requierment of coffee machine?
What are semi-random test cases?
Write a test case scenario for Web-based address book?
What is Defect Seeding? What is Defect Density?
Write the 3 TestCases to prove tht it is a softdrinkbottle or not.
What is gray box testing?
difference between scenario and testcases?
5 Answers CarrizalSoft Technologies, Satyam,
Which of the following defines the expected results of a test? Test case specification or test design specification.