Answer Posted / vijay
Object is instance of the class. it consists of it own
properties and values.We can identify the class with it's
unique class.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
hou can we use vb script in qtp could u tell me breafly
What is 'sleep' in sync point?
How to customize qtp?
If created one virtual object? Next time I changed the window position will it work?
What is reusable action?
How can you give wait up to 10 seconds in qtp?
How to add verification steps to tests?
What is a recovery scenario?
Could you please any one give code for the following ? Scenario : Suppose a excel file contains 10 records and earch have 5 fields. how can i input this excel file for datadrive wizard ? Please explain
Hi could some one explan what is the use of the function Defination generator, And how to use the function defination generator.. Explan with the example..
Hi Guys, I want to place all of my values which i am getting it from a loop in to a global shee. For that i had written the script like this For i = 1 to ECOs-1 ECO = List(i).GetROProperty("innertext") DataTable.AddSheet("ECOList") DataTable.GetSheet("ECOList").AddParameter "ECOList",ECO AbortECO = DataTable.GetSheet("ECOList").GetParameter ("ECOList").Value msgbox AbortECO DataTable.GetSheet("ECOList").SetNextRow Using the above script, whenever the loop iterates it is creating new column "ECOLIST" in the sheet called "ECOLIST". It means, the values are displaying in the column wise even though i added the script " DataTable.GetSheet("ECOList").SetNextRow" . The cursor is not moving to the next line. Anybody help me out how to pass the values from script to the excel(Global/Local) sheet. Pls let me know @ nbabu11@gmail.com if you are not clear about the question.
What is the architecture of your project? Can any one answer for this question plz........
what is the latest version of QTP? Main difference between 9.2 and 10 version
HOw to add the recovery file at runtime to the test file .
Why bpt?