what is self cleaning of test cases and repeatability and
usability of test cases?what is the difference in
repeatability and usability
Answers were Sorted based on User's Feedback
Answer / manoj kumar
Self cleaning means we can start the testing starting point
and come to starting point where we can start the testing.
for example:-for log in window given the valid id and pass word
click OK button
go to next page
click log out link
log in window is open
Repeatability - refers to how many times you are executing
the same test case either for same functionality or
different functionality in the same application
usability - refers to how effective the Test cases are
related to defect findings
| Is This Answer Correct ? | 9 Yes | 0 No |
Answer / poonam
Repeatability - refers to how many times you are executing
the same test case either for same functionality or
different functionality in the same application
usability - refers to how effective the Test cases are
related to defect findings
| Is This Answer Correct ? | 5 Yes | 0 No |
How many test cases are necessary to cover all the possible sequences of statements (paths) for the following program fragment? Assume that the two conditions are independent of each other: if (Condition 1) then statement 1 else statement 2 end if if (Condition 2) then statement 3 end if A. 2 Test Cases B. 3 Test Cases C. 4 Test Cases D. Not achievable
What are the Test Cases for an email id for username and password?
my friend has done one project using .NET framework with C# coding and backend SQL Server 2005. In it, he has prepared and execute the test cases and stored that in the centralized database. in software testing, Do the testers do like this or use excel sheet to store the test cases? tell me .... i have so confuse.. pls anybody answer me as quickly as possible
Imagine that hotmail is the application taht ur going 2 test write 10 critical test case to test it ?
wirte the test cases for triangle by using testing techniques
8 Answers Blue Star, George Mason, HP,
Do you write test plan and test case?
Can anybody help me in writing test cases for a scenario? need help at the earliest. will send you the requirement doc to your email id. thanks raj
Write test caes on 1.excel sheet 2. gmail attachments 3.raiway ticketing 4.negative test cases on net banking
what is scenario? how to write scenario?
explain with examples- transaction testing, syntax testing, domain testing, logic testing, and state testing.
how to write a jwebunit testcase for ejb3.0 project
do we write separate test cases for each type of testing? for example for functional testing and integration testing,we write two seprate test case documents or just one?please explain.