Q) If pseudo code below a programming language. what test
case s are
required to achieve 100% statements coverage
If x=3 then
display_message x;
If y=2 then
display_message y;
else
display_message z;
else
display_message z;
Answer / mudaseer
action
please enter value of x
enter x=3 then
expected result
it should display x
please enter value of y
y=2
expected result it should display y
if x=other than 3 or y is other than 2
expected result
it should display z
| Is This Answer Correct ? | 9 Yes | 7 No |
Write Test Cases for Vendor Machine, which inputs 50 - Pepsi 1 - Cock 1.50 - 7Up Test Cases should cover all the Boundary Value Analysis, Equivalence Partitioning, etc.
Hi everyone.This is one of my interview questions.Could you please send me the answer for this?My ID:spam4rekha@gmail.com Q : what is BVA and ECP ? Thank You rekha
who are the final deliverables to the client?
what is test condition?how do u rank a test condition?
what are the things we consider when perform the UI testing of any web application please suggest me with basic things?
whatis the diffrence bug ,error,defect
I have to write test cases for Create User, Edit User, Delete User etc. Some of the steps for Create & Edit User are same. Then Should I write refer Create User [test case Id] for common test steps to write Edit User Test case? OR I have to write separate test steps even though they are repeatable in Create user & Edit User test case.
please make me understand what is client server and web application?
What is the Major difference between Sanity and Smoke Testing
What are the common defects revealed in Functionality testing?
what is scenario????
What is defect clustering