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 IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
How is UFT 11.5 version different from UFT 12.0?
Hi All, I wanted know how does QTP identifies a DataCombo. While recording I clicked on the data combo and selected a value from the list. The click of Data Combo is recorded but the selection of the value from the list is not recorded. My application is based on VB and SQL server as the database. Please let me know as how do I record the action of selecting a value from a DataCombo list. The list is being loaded from the Database Record set.
If aclient comes to tester ask to bye a tool Keep aside about the cost,In what way we can choose the tool.
If an application name is changes frequently i.e while recording it has name, in this case how does QTP handles?
Hi any body can tell me the in detaled information about Description.Create() thanks in advance
when qtp recognizes a web link like (hyper link)wich properties it is going to take to identify the objects unquely? what is Ini file in QTP?
when i was doing the Flight reservation with QTP calculating the tickets i got Type mismatch: '[string: ""]' in "If cdbl(tot)=cdbl(p)*t Then" error. where I am doing the mistake Could you please tell me.
How to use Regular Expressions in QTP
In QTP how to interact tool and application build?
Without using gui map editor we can recognize the application in winrunner ?
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?