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 |
What scripting language is QTP of?
It is given in the help of QTP 9.2 that we cant debug the scripts. Is there any other way to VIEW, PAUSE and make modifications in the scripts during execution???
Given a string variable contain a full name (last name, first name), using vbscripting, how can you extract first and last name and save them into two different variables.
The hybrid framework can be implemented for any application. Is it true?
Hi all, Recently i faced this question in infosys What is QTP architecture?? Is Architecuture and Framework are same?? Can someone please give clear understanding of this.
How can we get a textcheckpoint in QTP9.1?
How to fetch web elements count from Google Page which contains letter "e"
In an interview, what r the general questions asked in SQL which is realted to testing ?pls give me anwser to this question?
Please help me by providing the License key for QTP 9.2, at guru_aarya@yahoo.co.in Best Regards Gururaj.B
Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..
What is OUTPUT VALUE ? PLZ Explain With Example?
I have a Webtable object in my shared object repository, say WT1, which has different index value in 2 different versions, one version having WT1's index value as 1 and other version having WT1's index value as 2. how could i use same test script to identify the WT1 object having different index values.