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 difference between BVA and Equivalence Partitioning? For login page(UN,PW) i have requrement as characters should be Alphanumeric.how you aplly both BVA and EP.......?
What is Test Design ?( Urgent) and Test Design for Printer?
What is defect leaking and defect release
If we are not following any Standard SDLC in our company.How we can Convenience the interviwer.
Tell me about the best bug you ever found.
please give me the template of tracebility matrix ? i need whicch is commanly used in real time...
What is pairwise testing?
What is the testing process followed in ur company?
8 Answers ITC Infotech, Logica CMG,
What are the common defects revealed in Functionality testing?
Find statement coverage and branch coverage: 1) Read P Read Q if P+Q>100 then print "Plarge" endif 2. Disc=0 order_qty=0 Read order_qty if order_qty>=20 Disc=0.05 if order_qty>=100 then Disc=0.1 endif endif
what is Ping tests?
Yester Day i Attended a interview interviewer asked that Due to Sum Bug the total Testing process is Blocked and still hundred test cases are remaining to execute with in a week u have to reliese to the customer at that time what will you do?