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 |
If we are record a same web page for 2 times.1st time it is showing 6 objects in the Object Repository and for the 2nd time it is showing like 7 Objects in the Object Repository why it is happening
What are Error handling other than Recovery scenario manager?
when we open flight reservation.at that time where we found synchronization point() and wait function().i m confused .i want this answer.
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 will check the links in multiple pages at a time
Are u place all QTP Framework folders in VSS?
how to change the properties of object during run time . plz give the code using flight reservation
What is difference b/w AOM,DOM,COM Have u ever is used ny of the models.If so why?
How to Save your test using QTP?
How to delete an object from the object repository?
How many ways we can parameterize data in QTP?
Which line will be executed 1-B(DP).P(OR.link(DP) 2-B(OR).P(Or).Link(DP)