How you r using QTP in u r project
Answer / 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 |
Why divide a test into three action calls?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
what is the frame work your using in automation testing
Where we can use the analog mode and where we can use the low – level mode?
Is there any option in QTP to add Java add-in after instaling the QTP?
How to handle dynamic objects in quicktest professional (qtp)?
Hello Friends, I am working with QTP 9.2 descriptive programming. Can you please let me know how to work with below. Browser is IE, for my site, it opens another page with different browser name, For example Parent Page is google.com and child page is inteview questions. How to work with this second page.
How do we edit the script in QTP. Anybody can explain in detail..Thanks in advacne...
Hi iam shankar here, right now iam working on manual testing. i want to switch over automation tool qtp, right now iam taking training class outside on qtp, please let me know the cost of QTP tool for full version, wether it's an annual subscription or monthly subscription.
How many add-ins comes by default with quicktest professional (qtp)?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
Plz give the vb script for the following scenerio I have faced one issues while doing test in QTP. I have described the scenario below. 1. I have to test web application.In that i want to select from the drop down values in the application. 2. Suppose Drop down has 5 value "A,B,C,D,E".I would like to give value from data table of QTP. 3. For every iliteration it should select A,then B and so on