Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Recording in qtp
#1
Solved: 10 Years, 8 Months, 4 Weeks ago
I am recording a web page where there is an edit button.
When I click on edit the whole page goes to edit mode.

When I try to record and capture this through QTP this action is not recorded.
Can somebody please help me in analysing this issue as I am a beginner in qtp.

I am using QTP 9.0 and a java based web application

Regards
Ambili
Reply
#2
Solved: 10 Years, 8 Months, 4 Weeks ago
hi there,
i m having some problems while recording with qtp.
i m trying to record web application using qtp .i tried with google.com
in the expert view i m getting

Code:
Window("Windows Internet Explorer").Close
Window("Windows Internet Explorer").Maximize
Window("Windows Internet Explorer").Minimize
Window("Windows Internet Explorer").Restore

and when i run
i get

Explorer" (of class Window). Verify that this object's properties match an object currently displayed in your application.

Code:
Line (3): "Window("Windows Internet Explorer").Minimize".

Tip: If the objects in your application have changed, the Maintenance Run Mode can
help you identify and update your steps and/or the objects in your repository.

i m new to qtp .plz help
thanks in advance
raksha
Reply
#3
Solved: 10 Years, 8 Months, 4 Weeks ago
Check that u have checked the ckeckbox of Java Addin and also verify if u have enabled the checkbox for recording web based applications and not standalone or windows applications in the run and record settings
Reply
#4
Solved: 10 Years, 8 Months, 4 Weeks ago
Raksha,

According to the first statement in the below code, window is closed. so there is no possibility to perform actions on the closed window. So place the close statement at the end and then try.

Code:
Window("Windows Internet Explorer").Close
Window("Windows Internet Explorer").Maximize
Window("Windows Internet Explorer").Minimize
Window("Windows Internet Explorer").Restore
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  QTP Recording Rakesh Sahukari 0 1,608 11-03-2013, 01:10 PM
Last Post: Rakesh Sahukari
  QTP 11.5 recording issue anupam4j 0 1,596 02-05-2013, 05:20 PM
Last Post: anupam4j
  qtp not recording all the steps kp_usa 1 2,434 12-21-2012, 02:46 PM
Last Post: vinod123
  QTP is not recording script pkdhake 4 3,278 12-07-2012, 10:26 PM
Last Post: geetha_QTP
  QTP recording problems Masa 2 2,320 11-11-2012, 08:28 AM
Last Post: Masa

Forum Jump:


Users browsing this thread: 1 Guest(s)