How will confirm the Test Cases are passed?
Answers were Sorted based on User's Feedback
Answer / lakshmi
In test cases farmat u will have Expected result and Actual
result.
During the execution of test cases when there is a
deviation from expected and actual then the test case is
said to be failed.
And if the Expected and actual are same then we confirm
that test cases are passed.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / siva kk
During test execution time,if there is any mismatch in
between expected and actual then we say test case is FAIL.
During test execution,the expected value is EQUAL to actual
value then we say test case is PASS
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / siva kk
During test execution time,if there is any mismatch in
between expected and actual then we say test case is FAIL.
During test execution,the expected value is EQUAL to actual
value then we say test case is PASS
If there is any wrong please correct it
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajesh.veggalam
simply says that after preparing testcses using with
usescase and FRS,snapshots. developers send the buid to the
testers ,after receiving the build test engineer are
comparing the test cases with actul build. if actual test
cases with expected build, test is pass. otherwise faild.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / k.chandra sekhar
a) When the test cases execution time all test cases
meet to the customer requirements that test cases are all
ways pass
b) In other words when the execution time expected and
actual are equal then the test cases pass
My name is k.chandra sekhar
My phone no is 09246540049
I am in hyderabad
My mail id is ndra_143@yahoo.co.in
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 123
In Simpler form we can say..
If the Expected result is matching with the Actual result
at that time that Test case status will be PASS
( here expected results are nothing but the Req)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kk
while executing the test cases the expected result matches actual result then the test is said to be pass, if the actual result wont match with exp result then it said to be failed.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is vss
how to test stored procedures in manually?
If i have 1o mandatory fields like Id, Name, DOB, DOJ, DOD, Client, location, Recruiter name, Skill, Rate with save and clear buttons Then how many test cases i need to write and what is the best way of process(Just no of possibilities or we need go for probability ) to complete the test cases?
Please explain software release process in detail.
difference between smoke test and sanity test difference between exploratory test and adhoc test
WHAT IS OBJECT REPOSITORY? AND IT TYPES? HOW MANY TYPES OF ACTIONS ARE THERE IN QTP? CAN WE ADD NEW OBJECTS AND PROPERTIES INTO SHARED OBJECT REPOSITORY?
will any real time user send me any dummy r real time copy of traceability matrix. ref_it_ref@yahoo.co.in
Why do we need different environments and different data? What is the other name for environment? Justify your explanation ?
what does srs document contains?
what are the various levels of testing?
what are the different things we test other than field level and form level validatons in functional testing
Requirement is given : 1) The Login screen should require with 2 fields "Login" & "Password" 2) After successful login Success Message will display. 3) For Invalid login Error Message will display. 4) "Login" & "Password" both fields are case insensitive. 5) The Application should be Dialog application. What are the test cases for above requirements?