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



what the diffference between test data and test cases what is meant by object hierarchy in qtp..

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

what the diffference between test data and test cases what is meant by object hierarchy in qtp..

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

what the diffference between test data and test cases what is meant by object hierarchy in qtp..

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

what the diffference between test data and test cases what is meant by object hierarchy in qtp..

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

Post New Answer

More QTP Interview Questions

I want to open a Notepad window without recording a test and I do not want to use SystemUtil.Run command as well How do I do this?

12 Answers  


How to use output values in qtp ?

0 Answers  


When and why do you use "OPTION EXPLICIT" in VB Script. Is there any online help or something to learn the script for Beginners?

6 Answers  


What is the difference between low level recording and virtual object.

2 Answers   Tech Mahindra,


how do you remove object repository at runtime and load object repository and verify it

2 Answers   Thomson Reuters,






how will check the links in multiple pages at a time

3 Answers  


What is API

2 Answers   Satyam,


in howmany ways you perfrom batchtesting

6 Answers   Lehman Brothers,


What is the Command used to start the QTP

0 Answers   HCL,


What is the differnce between action & script

2 Answers   Lehman Brothers,


Which is the best testing institute for QTP training in Hyderabad.

25 Answers   Wipro,


i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click

0 Answers   Rogers,


Categories