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 |
Create an Excel file and pass the values from Flat File? (for ex:data1.txt,data2.txt )
How extensive or customized are the server logging and reporting requirements; are they considered an integral part of the system and do they require testing?
What is qtpro? What is quick test pro? What is a quick test professional?
How to remove associated function library?
How you know that a test case is a regression test case
How does QTP identify an object?
How to find duplicates in an array and remove them efficiently?
Explain about datafile/verification of date file when file is not available in local system?
Write a script to print below pattern 5 4 3 2 1 5 4 3 2 5 4 3 5 4 5
Which object repository we use in real time and can we merge 2 object repostiory and how?
I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?
what is the difference between development and testing