How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / sreeprasad
Thanq Akshara..
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
Mention what are the different types of recording modes in qtp? Which will be used when?
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is quick test pro?
How can I find out the cursor position through QTP suppose I am keep tabbing(Pressing the tab key continuously) and stoped at a position Now I want to find out where the cursor position is
How many types of trigger events are there in qtp?
How you can make an action as re-usable action?
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.
Which HTML specification will be adhered to? How strictly? What variations will be allowed for targeted browsers?
Describe synchronization point.
Hoe can we do retesting using functions please give the code for it using login page
how to test Web application using QTP software
How to record a qtp script ?
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
Does quicktest professional (qtp) is unicode compatible?
before launching qtp, we need to close all the open browsers u dont know what are all the browsers either it might be ie,mozilla etc and u dont know how many brosers are open.... u need to close all these before launching qtp.. can anyone plz temme d solution...