is it possible to add sheets to excel at runtime
Answer / sadashivbyagi
using exportsheet syntax
datatable.exportsheet."path",1,1
Is This Answer Correct ? | 1 Yes | 2 No |
I want different types of discriptive programming statments coded for different types of web-objects?Give syntax and example?
How many test scripts are prapare in ur project(HeathCare Insurance).
WHAT IS THE USE OF "FUNCTION GENERATOR" IN QTP?
Do you have any knowledge about Business Processing Testing in QTP
What environment does qtp run in?
How we can differentiate between stand alone application and web application in QTP?
How is the Bitmap checkpoint different from Image checkpoint?
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.
1)What is the Difference Between WaitTo & Sync?
what is a active x control?can any one brief me about active x controls
Explain the difference between data driven testing and parameterization ?
How to analyzing test results using quicktest professional?