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)
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / ravi, fortechsoft
1. I dont think it is correct to say that we cannot automate
the entire application. We can automate the application to
the extent where there is no need for human intervention. I
mean to say, if the application does not require any sort of
human intervention at any time, then we can automate the
whole application.
Have a look at this website, wwww.mediaone.in. It does not
require any human intervention in any page. Hence you can
automate the entire application.
2. We dont rewrite the manual testcase to automate. The
process we are following is as follows:
First our Quality Leader will identify the scenarios in the
application to automate. These scenarios will be assigned
to the Automation Engineer, who will then automate. Here,
our automation engineer is not rewriting the manual
testcase. Instead, he is writing script to convert the
manual testcase into automation script.
3. I think it is not possible, because without having QTP
installed on the client machine, how can we run the QTP ? I
am not sure.
4. Addin license period might have expired.
| Is This Answer Correct ? | 1 Yes | 1 No |
How to find Total no of Text Fields in the Page..Anybody please answer me..Thanks in Advance
what is supply chain management?
How QTP recognize the object??how to add objcts into object repository??
What is the syntax to use out of two characters. Pls anybody can give the answer.. Thanks in advance...
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How many actions we can create with in a test?
Dear All , For UFT 12.02 which version QC or ALM will support ? Thanks Balaji
Can any one tell me how to write a script for selecting open option in File menu of A word document.here you have to add objects to OR.try like that and give me the ans.i asked this question to so many but no one knows.if any one know the answer plz let me know
What is action required by QTP if a popup message is coming in exsisting script and now it is not coming. The script is having code to deal with popup message now when we run the script now the popup i snot coming according to new build, instead of changing the code what we can do?
what is a test strategy & what is the difference between test strategy & test plan?
Explain what the difference between Shared Repository and Per_Action Repository
I have to automate excel features using qtp in this i need to open instance of excel in different ways like double click on file, drag & drop options, File > open option but i know the 2 ways to open the excel instance 1 is by creating the object and another is to open the excel file in already opened instance of excel through sendkeys through qtp. But i m not geting how to open excel file through double click and drag and drop option through qtp script plz help me out anyone can thanks in advance