My Application is a client server application , but there
is one functionality , when we click on one particular
icon
it launches web browser . When I am recording in QTP , By
select approprait web add in also , it not able to record
in web page , I am able to record till click on the icon.
Please provide me how to over come this type of problem.
Answers were Sorted based on User's Feedback
Answer / aravindh
Hi, To make QTP record on the Web Applications or Windows,
firstly make sure that the Options are selected under.
Automation-->Record and Run Settings for Web & Windows Tab.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / jagadish
there could be plenty of reasons why this happens.
1) check your setting as mentioned above Automation-->record
and run settings--> web Tab
2)try opening your application after you open your QTP.
(This is one issue mercury still needs to solve)
3)Use the object spy to check whether it can recognise the
browser and its objects as they should be. and go for
descriptive programming
if none of them works then go for virtual objects..
| Is This Answer Correct ? | 0 Yes | 0 No |
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
I want to open a text file and then search some specified text in it and then replace that text with some other text i found that text in .txt but do not know how to replace that text can any body help me. if possible put the code for qtp
what is the extension for QTP files?
16 Answers American Solutions,
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
from what stage you will start automation in your project
1) What is the diff Between GetRoproprty and Gettoproperty? 2)What is Redim?
What is the virtual object?
What is data driver in qtp?
Hi frens! I am testing VB project with MS Access database. At add button click my record is storing in data table and it is shown in datagrid. So at Delete button click i want to check datagrid rows 9before and after delete). so how can i do it using descriptive programming?
CAN ANY ONE PLEASE EXPLAIN DIFFERENT TYPE OF FRAMEWORKS USED IN QTP?EXPLAIN EACH OF THEM?..POST TO VANILKUMAR_1981@YAHOO.CO.IN
recording is not a good programming practice.How to write effective script without recording.Which is the correct method explain in detail