how to add run-time parameter to a datasheet?
Answer / chaitu
a = Datatable.GetSheet("SheetNmae").GetParameterCount
If a = "" Then
b = inputbox ("Enter the no.of columns")
For i = 1 to b
Datatable.GetSheet("sheetname").AddParameter
("paraname","paravalue")
Next
End If
| Is This Answer Correct ? | 7 Yes | 2 No |
The xls contain data. how to get number of columns form the sheet?
I want to test my vb.net solution file using qtp. Does Qtp test only .exe file?
In my Script Firstly i have to parametrize the data then we import the data from c drive.suppose i have parametrize the Person name and company Name and i have enter one person name and one company name in the excel sheet now we import the sheet and the script is passed i want to ask one thing can we add more than one person name and more than one company name in the excel sheet suppose firstly we create person name "ADDy" and company nmae.'Wipro" and we set the current row in the script for this data and now we want run the script another set of data so how we can run the script with another set of data
Name the properties you would use for identifying a browser and page when using descriptive programming?
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
What expansion of "MIC" in MICPASS (TEST ReportPAGE)
how to test one edit box using dotnet addin for Web Applications? write script?
please any one can explain the keyword driven framework. with gmail example.
When testing a web application, the url for each page changes, so using QTP how do u handle this scenario. If anyone knows please answer in detail about the whole procedure. Thanks a lot.
What u say as experience(Interview) "TELL ME ABOUT UR SELf"? As a Fresher(interview) What u Say?
can QTP works on LINUX platfom
Can we write class for vb script in Quick Test Professional?