How to retrive data from a data table which is in 3rd
row,4th column and place it in main script..like retrive
name,date from data table..write script for this.
Answer Posted / ravi kumar
Hi,
Try this
Datatable.SetCurrentRow 3
val = Datatable.Value(4)
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.
how can we preform retesting(DATA driven test) using function please gine the code for loginpage
How is recording done when a application is over lapping the QTP application it gives a message object not recorded
Explain different types of action in qtp?
Where can I find and view run-time data table?
Can I change properties of a test object?
What is the difference between per-action and shared?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Can we use index on view?
What is post recovery scenario?
what are the critical test cases in crm? tell me atleast 5 critical test cases? what are the critical bug u find out while testing crm domain?
Hi, I am supposed to automate mainframe application through qtp. I do not know how to start abt it. Can you plz help me in first initializing the process or do you anybody have a guide book or a link which guides me through the process of automating the mainframe applications and things involved in it.
How do you delete unwanted results in qtp?
What are the advantages of parameterization ?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me