How you r using QTP in u r project
Answer Posted / santhosh
Generally a testcase to be executed manually or to be
automated is decided by the Test Lead for a project,Not all
the testcases to executed are automated only the one which
reqires repeated execution will be automated.If the company
uses QTP as its automation tool,then for the testcases which
requires repetion are automated using that particular tool
and report the bugs.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
Hi friends I need to know about jubula automation tool. Is anybody know in bangalore where jubula tanning class is going on do let me know. Its urgent for me to learn that tool please help.
To which environments does quicktest professional (qtp) supports?
This is Karthic and my mail id is karthic.venkitapathi@gmail.com, please give me an idea to crack qtp 10
How to save your test using quicktest professional?
terminal services client
what are the utilities and drivers
Explain the concept of how quicktest professional identifies object?
Why is Client side image is preferred over server side image?
Get the count of files of similar types from a folder.
why should we give deliver good quality software?
What is the difference between byref and byval in qtp?
Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..
when will you do debug your script? and explain that process?
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.