What is Test Condition.
what is test scenario.
Answers were Sorted based on User's Feedback
Answer / rama
scenario means different things to different people in the
world of software testing. we use test scenarios to tell
the test case controller which test cases to process and
how to process them.
Is This Answer Correct ? | 4 Yes | 4 No |
Answer / mudaseer
test scenario is the ways to test an application for example i have a phone and i go to an area where there is no signal
so the phone should display no signal and when i come to an area where there is full signal it should display signal symbol in my phone
this is scenario
test condition
for example consider any online shopping website
think a book is launched in the market so i have to add the details of the book in the website
so i add the details at the back end so while adding think i add the book title let's do it so it is displaying error
because of apostrophe s
test condition is when i add ('s ) apostrophe s the error is coming
Is This Answer Correct ? | 1 Yes | 1 No |
Answer / rama
Definition: The Test condition compares the values of two
formulae. If the comparison yields true, then the condition
is true. Otherwise, it is false.
Is This Answer Correct ? | 2 Yes | 8 No |
hi frnds. can any one tel me vat is ECP, BVA ? & in testing, what testing we will done first ? either A or B ? A.regression testing, B. Resting ? & tell me why it is done first, when is other testing is to be done ? pls frnds answer me soon.... tank u all ..
1.what promted you to become involved in QA/Testing?
what do u like in QA?
At what stage unit testing has to be done?
IF ASCII_CODE_OF_ENTERED_CHAR is less than 44 THEN reject it ELSE IF ASCII_CODE_OF_ENTERED_CHAR is greater than 56 THEN reject it ELSE it's a digit, so accept it Which one of the following sets of ASCII codes do you use to test the sample code above WITHOUT redundant coverage?
0 Answers CA, Dish Network, Wipro,
What is test driver and test stub?
In waterfall model, while your are coding if you happen to know that one of the requirement was wrong and there will be no use in implementing it and moreover it is going to cause problems to the final output. Then do you have the flexibility to go back and change the requirement? Is this flexibility there in Vmodel?
can any one explain with example the diff between boundary value analysis testcasees and equivalence class testcases pls urgent
What is the difference between coupling and cohesion?
How do u ensure that there are no duplicate testcases?
Two negative Testcases for Excel Sheets
After which phase you are performing UAT?