what is the difference between DATA TABLE and DATA SET?
Answers were Sorted based on User's Feedback
Answer / ramchandra patil
Hi,
Do not understand the question.Please can u elaborate in detail.
As per my knowledge there is no concept as like Data
Set.again I am not sure.
Please let me know anybody If I am wrong.
Ramchandra Patil
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / shivanand
data table--can fetch the only one table row at a time.
data set----can fetch multiple table row at a time.
data table--data source cannot be serialized.
data set----it is a serialized data source.
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the qtp objects?
Explain how to use QTP to check broken links on a page?
how to write this script using descriptive programming? the script below is the script generated by QTP plz write the script using descriptive programming? plzzzzzzzz do answer thanku Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit("Email").Set "test123" Browser("Welcome: Mercury Tours").Page("orkut - login").WebEdit ("Passwd").SetSecure "475259b450e3d212bef4a5f5ce9d32ebcbf4" Browser("Welcome: Mercury Tours").Page("orkut - login").WebButton("Sign in").Click Browser("Welcome: Mercury Tours").Page("orkut - home").Link ("Logout").Click Browser("Welcome: Mercury Tours").Page("orkut - login").Sync Browser("Welcome: Mercury Tours").Close
Read excel using qtp descriptive programing
What are the steps involved in the recovery scenario wizard?
what is the difference between QTP 8.0 & 9.0?
What is ‘object spy’ and what is the function of object spy in qtp?
how to get the data from a winedit box in vb scripting and store it in a variable if data contains "_"(i.e data is TEST_1)
1)Difference Between Value & RawValue?
suppose u hav a 10 dialog or window opened on screen with same name & value. now how to test each window? i.e. how qtp indetifies these objects separately?
How to associate shared object repository to test in qtp?
How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?