Answer Posted / vivekananda
Test case ensure that application work correctly as per
customer requirement so it can use in real time environment.
Writing test case and executing test case give confidence
to release software.
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
What is ramp testing?
I want 100 test scenario for gmail
Write a test case of login window?
What is component testing?
If I have to write the test cases for any report & there is date box.then may I have to write only select date or have to write all steps required for selecting date
What are semi-random test cases?
Define some of the attributes of a test case?
What is test environment? Elaborate with example.
Elaborate test plan and content availability in test plan.
Explain the glass box testing?
Explain which test cases are written first black boxes or white boxes?
Write a test case for a car, which has been, recently launch in a market to check its durability, fuel efficiency and its optimum speed.
consider a program module that inputs two (2) values, n and max, and computes the sum of the first n integers as long as this sum is less than max; otherwise an error should be reported. if n is negative, then it takes the absolute value. a) list the equivalence partitions, and b) list the boundary values.
i m a fresher working in healthcare industry. here we hve no tool for testing. how i ll do manual testing?plz suggest anyone me urgently... i knw to write test case bt i dont knw where to write n how to execute it manually
IN MY APPLICATION SOME WINDOW IS THERE IT CONSISTS OF SOME 25 LABLES IN THOSE FOR THE ALREADY SELECTED ONE IT WILL SHOW THE BACKGROUND COLOR IS YELLOW WHILE CHECKING IT SHOULD CHECK THE ALL LABLES WHICH ONE IS HAVING YELLOW COLOUR backcolor=SwfWindow("ALTAIR").SwfWindow("Load Wafer").SwfLabel(" ").GetROProperty("backcolor") SUPPOSE LIKE DS IT WILL BE THERE THEN FOR THAT SwfLabel(" ") inside this how to specify is my doubt because i have to check all the 25 labels plz explain it how to specify that