Can anybody give the code for ALL DATATABLE METHODS)(ex:
datatable.getrowcount, datatable.getsheet etc....) and ALL
DATABASE COMMANDS (like .getcelldata, which are used to
retrieve data from a database and from a webtable)with
examples.
Answer Posted / syedpasha
The best you can find the methods and its Syntax ,sample
code from qtp professional help it is part of qtp itself
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain the check points in quicktest professional?
Write the script to delete the mail which is at 9th,13th and 18th place in INBOX of Gmail ?
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com
how to find that tools work well with your existing system?
How do know the number of browsers opened?
Whether qtp 9.0 supports Test director8.0
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What is the standard timing delay for web based application in qtp?
How can you pass value one action to another action?
How to find operating system information using the qtp script?
how to compare two bitmaps( 1. clients requirement & 2. Designed by dev) in qtp 8.2 wann clear steps
give me an example where u used good judgement and logic in solving a problem
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.
How you are developing the script? Using record and play back or manual?