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 |
Limitations in QTP?
What is the difference between byref and byval in qtp?
Explain process of smart Identification in QTP?
How to count the no of objects in XML file(QTP)
Explain the differences between table and db checkpoints?
How to create an Action Template?
In QTP if u got a defect , how to report to developer using Test director or Quality center .
how can u find the syntax errors or other script errors in your test during the execution of your QTP Test - (i.e., not after the execution/test run finished, but before finishing the test run)
What are the Test design techniques you uses in ur project?
what are the utilities and drivers
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
how can i pass a "automation script" as a parameter in a function give me need full suggestion thank inadvance