How does quicktest professional identifies the object in the application?
No Answer is Posted For this Question
Be the First to Post Answer
I have given u a application.To automate it what are the things will u consider?
images are dynamically changes how to compare two images
In a web site, Protocal has been changed http: to https: what is your approach?
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.
what is the difference between action and function
11 Answers AppLabs, BirlaSoft, Infosys,
which command u will use to access the application through descriptive programing?
why we are using environment variables instead of global variables?
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
Why is Client side image is preferred over server side image?
How did you use regular expressions in QTP and also in WR?
What is Associate Repository in QTP 9.2 ?
what is the advantages and disadvantages of using functions instead of re usable actions