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 |
IF A > B THEN C = A – B ELSE C = A + B ENDIF Read D IF C = D Then Print "Error" ENDIF A. 1 test for statement coverage, 3 for branch coverage B. 2 tests for statement coverage, 2 for branch coverage C. 2 tests for statement coverage. 3 for branch coverage D. 3 tests for statement coverage, 3 for branch coverage E. 3 tests for statement coverage, 2 for branch coverage
what is scenario? how to write scenario?
i'm confused to wite a Test Scenarios. can any one help me how to start?
Generate functional and negative testcases for MS Paint brush
1 Answers Accenture, GE, Netian, Tangent Software,
Hai can anybody give me an idea about writing automated test cases in qtp using VB scprit.please respond as quicky as possible.
in test case we would write log and login ?what is the dif bet both of them
What is Defect Seeding? What is Defect Density?
Where can i find example or samples of testcases to improve my testcases documentation?
Sample test cases for data conversion(Utility billing system)
How many test cases u will execute per day?
For a Login screen with Username, Password input fields and Enter, Cancel button write Test Cases for GUI, Funcitonal, Negative, Usability and Security testing.
You have designed test cases to provide 100% statement and 100% decision coverage for the following fragment of code. If width > length then biggest_dimension = width else biggest_dimension = length end_if the following has been added to the bottom of the code fragment above. Print 'biggest dimension is ' &biggest_dimensionprint 'width: ' & width print 'length: ' & length how many more test cases are required?