How to add multiple values in rows, under a single column of
a run time datatable?
Answer Posted / uday
datatable.GetSheet(1)
For i=1 to 5
datatable.SetCurrentRow(i)
datatable.Value(1,1)=i
Next
| Is This Answer Correct ? | 7 Yes | 3 No |
Post New Answer View All Answers
Can we Test Welcome Screens and Process Images with QTP
what is clean sweep?
how to use the regular expression for the below code-- swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:56" There is a tree view window of the folder's ie Medication- >Pharmacy(sub folder)with 56 as count of records...The records can be different or if no records present in the specific folder..then it show "Paharmacy:-no records".Whe i record at the first time .....and try to rerun the same script with different records count say "pharmacy:800"..qtp is not regnizing it...therefore i want to user regular expression..but donot now how to use it and where to use...i have tried.... swf("application name").swftreeview ("Treename").select"Medication;Pharmacy:\*"..but it s of no use..plz help..me
What are advantages of test automation?
What do you mean by iteration?
1 Folders in VSS 2 In navigation script there are 100 script i want to run first 50 and 37th script also not needed to run how to do this 3 What is navigation script,Driver script, business script what we are loaded in this script 4 use of resource tab 5 Difference between verification and validation give real scenario example 6 file scripting object when to use it 7 what are the problems you are faced while testing web application 8 difference between expert view and keyword view 9 difference between QTP 8.2 and QTP 9.2 navigation frame work please answer these questions from real time working people as early as possible
Whether qtp 9.0 supports Test director8.0
Hi All, I Want To excute scripts batch without using QC .I need code for that Thanks Balaji
Hi all Can u give me the link where we can download full version of qtp my mail id is karthic.venkitapathi@gmail.com
whow much strong on VB and C?
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Mention the different actions types of qtp.
Can we write winrunner language i.e TSL in QTP tool?
Name the different types of recording modes?