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 |
Is it possible to convert QTP scripts to Silk scripts?
Hi All I'm new in QTP. I'm trying to make test cases for login on Flight.exe . I have parametrise the agentname and password field. So wen wromg agent name or password is entered it show a dialog box with proper message(Like: "Wrong Password" or :Please enter Password" etc) and OK button. I have created If else block. Now my problem is i want to make checkpoint on error message Dialog box. But each time i create a checkpoint it shows same text message. So how i can check that message is there or not.
actually how many hours per one day we will work on automation(qtp) in real time
Can we do server automation by QTP? If you have any helpful links ,pls post it. Thanks Uma
How is a Step generator used in UFT?
Hi All, I am new to QTP but i was trained on winrunner before. My problem is..QTP 8.2 was unable to record my application which is a java app. By selecting smart identification, i was somehow able to record the test BUT QTP cant run the test! Can anyone help me in walking through this problem..Is java addin really necessary for this?? Is there anyways i can run the test successfully? I am not sure whats going wrong in my testing.Please do help me asap as i need to submit the report early. Thanks in advance
On the website, the protocol has been changed https: to https what you will do? Tell me your approach?
hello all i need some good sites or blogs which give info abt vb script with examples n real time scenarios.just like tutorials as i m new to qtp n vbscripting. its urgenttt
what testplan contents and what test strategy contents,what is the diff b/w them
What is the difference between functions and actions in QTP?
Give me some scripts for 1). checking webpage links (counting links,opening web pages,counting child elements)
unique properties of button,edit box, radio button,check box?