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 / 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 |
Post New Answer View All Answers
What are the types of properties that quick test learns while recording?
How do I get the QTP scripts result in xml format by using vb script function?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
How to start recording using quicktest professional?
What is the difference between per-action and shared?
Can any one send me the QTP Basic Coding Samples?
Could any one tell me "How can i recognize my cursor position using QTP 9.2" Give me a scripts for this
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
can the activities of test case design be automated?
What is TOM in QTP?
can test automation improve test effectiveness?
how to test Web application using QTP software
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?
Is it possible to split an action? How?
i am a begnner so am learning Error handling :tried using Recovery manager didnt work i want to be able to handle errors , e.g. if while running the test the folwoing does not show up then how can i use the If then else and goto next step in the test, as in many scenarios it does not show up Browser("The Shopping Channel -").Page("The Shopping Channel -_8").Image("easy pay").Click