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



My Application is a client server application , but there is one functionality , when we click o..

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

My Application is a client server application , but there is one functionality , when we click o..

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

Post New Answer

More QTP Interview Questions

can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?

0 Answers   Sapient, Satyam, TCS,


What is quick test pro?

0 Answers  


if i want to check text on the status bar how to test is i need the report also after getting the result weather it is matched or not?

2 Answers  


There r 1000 rows and 1000 coloums , in that I want pickup a name of the coloumn , pls dont say in sql statements , in interview one of the interviewer said it was a wrong answer pls any send me answer its urgent

1 Answers  


What are the things(properties, and other details) will be recorded while recording an object using normal recording?

0 Answers  






I am verifying the actual vs the input value to make sure that they been entered correctly. In the Global Sheet I have a column called Customer with the multiple names in each row and now I am trying to capture the value during runtime under the column name Customer_in_Apps. Somewhat it works but during runtime the values are being stored in each column vs each row i.e., Customer_in_Apps, Customer_in_Apps1. Automatically it add columns instead of rows. row=datatable.getsheet("Global").GetRowCount for x=1 to row datatable.getsheet("Global").SetCurrentRow(x) Window("Customer Desktop").Window("Customer Tracking (Privacy").WinObject("TreeView20WndClass").Click 92,244 runtimevalue = .VbTreeView("vbname:=AppServerTree").GetROProperty("Selectio n") Val1=Datatable.Value("Customer",dtGlobalSheet) Val2 = Datatable.GlobalSheet.AddParameter("Customer_in _Apps",runtimevalue) If (trim(Val2)=trim(Val1)) Then Reporter.ReportEvent micPass, "Customer validation successful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &_Val2 else Reporter.ReportEvent micFail, "Customer validation unsuccessful", "Actual Value: " &Val1&vbcrlf& "Customer Value: " &Val2 End If Next

3 Answers  


I want to do QTP Certification what is the pattern of Question paper.

0 Answers  


I am executing a batchfile.In one script on one Button i have inserted a checkpoint.It is in a loop,my checkpoint is going to fail sometimes.That failed results only I have to log in a file.How it's possible...pls give the solution for this?

6 Answers   Wipro,


Why u don’t like recording the script and writing the script

3 Answers   Wipro,


Can u call winRunner scripts from QTP?

4 Answers  


While recording a login window QTP is identifying only parent window,then how can u identify the child objects.

2 Answers   Symphony,


can u write one user defined function for webedit class.

6 Answers   Cap Gemini,


Categories