in qtp 3 sheets is there in data table like global, action1,
action2. I want to check the rows and columns in action2.
how can check using script?
Answer Posted / kashinath hajare
Please check the following to check the rows and columns in
action2 or sheet2.
iTotalRowCount=DataTable.GetSheet("Sheet2").GetRowCount
For iCounter=1 to iTotalRowCount
DataTable.GetSheet("Sheet2").SetCurrentRow iCounter
value1=trim(DataTable.Value("value1","Sheet2"))
value2=trim(DataTable.Value("value2", "Sheet2"))
Next
Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How many types of recording modes in qtp?
Which scripting language used by quicktest professional (qtp)?
how to write the descriptive programming in QTP for remove the object value and substitute, with a variable then call the validation from excel
How to use checkpoints in qtp ?
how do u plan test automation?
how will load the object during runtime?
How to Upgrade or support firefox 2.0 version on QTP 9.0? I have installed QTP 9.0 and installed firefox 2.0. But in REcord and Run Settings, it shows firefox 1.5 in Web tab for browser selection.
How to open a new test using quicktest professional?
Define virtual object?
I opened gmail login into gmail and i have to save (Pass or move) all the mail into notepad please give me code Thanks of all
Do you know how to connect database? Can you tell me the procedures?
What is difference between design time and run time data table?
How we can import data from database?
what is the difference between development and testing
How to export quicktest professional results to an .xls file?