If the objects hierarchy is changing from build to build, then how you will handle that condition?
No Answer is Posted For this Question
Be the First to Post Answer
How to supress warnings from the "Test results page"?
QTP script is not working on other's machine..
What are the different types of recovery operation?
What is descriptive.create () in QTP?
General Ques : At What State u start Automating ? means at what stage we start writing QTP scripts ?
Diff between Test Stratergy and Test Plan? Diff b/w Test design ansd test case design?
How to load a object repository in QTP during runtime?
2 Answers BNP Paribas, Virtusa,
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 are the main differences between keyword driven frame work and data driven frame work?
Should have experience in framework means?
what is selective recording ? and normal recording?
What is an Regular expression doing in VBScript?Tell the pattern for the email verification.