I have the following Doubts Please clarify me with examples?
1.Could QTP cover entire application? or part of the
application?
2.Shall we rewrite(modify) the Manual testcase to automate?
3.How can I execute my scripts through client mechine which
is not having QTP installation
4.Few objects are not being identified by QTP afeter one
month. what could be the reason for this
(I am using trail version of 15 days)
Answer Posted / ganesh kumar
1.We cannnot automate the entire application. Since the
tools have their own limitations.
2.
3. we cannot execute the scritps if the client machine
doesnot have the QTP installation.
4. Might be the trail period expired or the objects
property may changed in the application.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
how can we compare descriptive programing with a regular expression
how u will evaluate the tool for test automation?
Do you know how to connect database? Can you tell me the procedures?
Hi am New to Automation Testing , any one can you help me what are the basic questiion are asked an interview?
Key word driven framework
Explain the concept of how quicktest professional identifies object?
How to use debug tools?
hi, can u tell me the QTP TEsting process in present real time companies?(beware of this... now a days Recording is not using,, only DP) and don't tell note book answers like step 1 spep2....like this .......post answer with professional skills in simple english words) thank u
What is keyword view in qtp?
Can we use index on view?
What are the challenges you faced during you entire life automation ?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How does qtp identify objects in the application?
What are the types of object repositories? Which one is you are using?
Suppose I have three hyperlinks with same properties. How to solve this and what are the ways to solve this. we can solve this by using index property but what are the other ways we have have to solve this problem. Login (href: btnlogin.aspx) Login (href: Sourcelogin.aspx) Login (href: homelogin.aspx)