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

What is error handled other than recovery scenario manager?

2 Answers  


what is L-trim function will do?

2 Answers  


How to make arguments optional in a function?

6 Answers   Liquid Crystal,


Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.

0 Answers  


I register user defined function in one test, I tried to call that function into other test. But that function not works in other test please give the direction for that.

1 Answers  


What are the types of object repository?

0 Answers  


What are associated files in QTP?

2 Answers  


GET WHETHER THE GIVE NUMBER VALID OR NOT IN BETWEEN THE GIVEN RANGE?IN VB SCRIPT(QTP)

2 Answers   CSC,


Why do we use breakpoints in QTP?

0 Answers  


I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm? I used the add fn also..

3 Answers   BirlaSoft,


1.how can we report the QTP test result in a different excel sheet 2.

3 Answers   Aurigo,


How to call a test from another test?

0 Answers  


Categories