What is positive test case and Negative Test case?
What is the meaning of Real World Scenario's?
Answers were Sorted based on User's Feedback
Answer / suresh
positive testcase--- giving valid value in appn (values
mentions in spec) and to check out the expected result.
negative test case --- giving invalid values in appn (
other than spec values) and to check out the expected value.
| Is This Answer Correct ? | 12 Yes | 5 No |
Answer / karthick.r
Possitive test Case - We test, what client given for their
requirement is Possitive Test case.
Negative Test Case - We test, other than client's
requirement is Negative Test Case.
| Is This Answer Correct ? | 0 Yes | 3 No |
Can you tell me the differences between writing the VB script manually for a application and recording the same application in QTP , with a example?
What is the difference between a Test and a Business Component? Is it necessary to use Business Component while testing an application in the real time?
hi is there any chance to change encoding the password
I have a web table,in that web table in 3rd row 4th coloumn i have a link how to click it with descriptive programming? I have a webedit without entering any value how to calculate the size of that field? I have a DB table , how to find the 5th highest salary? write query.
Can the mode of object repository be change during run time? Eg. if the mode is per-action during design time can i change it to shared and vice-versa? Any scripting possible?
where exactly we can't do the automation testing. give some examples
How do we Access, retriew and edit the runtime objects in Automation Testing using QTP
What are the drawbacks of QTP?
what is the defference between calling ation and called action?
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
1.how can we report the QTP test result in a different excel sheet 2.
how can i call an external action,which is not added external action of an action?