what the diffference between test data and test cases
what is meant by object hierarchy in qtp
Answers were Sorted based on User's Feedback
Answer / raghu
testdata is dataprovided to execute the test case...whereas
test case is a criteria to execute the scriprt.
Object hierarchy is the path to find out in which window of
appliction the object is present.
If something wrong pls let me know -
test_professional7@yahoo.com
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / keshab
Test data is information you use like set "Value" ,
Parameter in datatable , this test data
Test case is define condition that will check expected
behaviour of application like checkpoint
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / salman
Test Case is nothing but Raw form of actions which we need
to perform.
Test case converted to a standard format(XL sheet or XML
file)which an automated tool understands is called test data
| Is This Answer Correct ? | 1 Yes | 2 No |
Answer / salman
And about Object Hierarchy it is just the way the
application is developed.
Parent object and child objects
window(objectname1).menu(objectname2).select
Here objectname1 is parent object which specifies a window.
and object2 is child object which is a menu in that window.
So,here hierarchy means without knowing the objectname1
that is a window we cant sleect the objectname2 that is a
menu.
| Is This Answer Correct ? | 0 Yes | 2 No |
how to find that tools work well with your existing system?
How to display the first 3 letters in these "ABCDEFGH" using qtp script?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
When to use descriptive programming?
Difference between keyword driven test and DDT?
Please explain the role of Regular expression in QTP
How QTP recognizes Objects in AUT?
When The Low Level Recording is Used in QTP
hi testers,one script has three actions , at the of running three actions are running , how to set run only perticular action and what is the use of split the action? when it will be useful?
How to add object to object repository in qtp9.0 Suppose for brower yahoo home page
What is the extension of script and object repository files in QTP?
what are the challenges you have faced while testing web based application using the automation tools ?