Hi all im having a pop up validation browser which is 20 in
number, i want to close those similar pop browsers one after
the other, is there any specific code for that? i tried by
giving creation time & putting in a loop but it dint work?
valid working answers will be greatly appreciated

Answers were Sorted based on User's Feedback



Hi all im having a pop up validation browser which is 20 in number, i want to close those similar p..

Answer / uday

Hi,

Definitely it can be done by creation time.

What sort of error message you are getting while using
creation time?

Thanks,
Uday.

Is This Answer Correct ?    1 Yes 0 No

Hi all im having a pop up validation browser which is 20 in number, i want to close those similar p..

Answer / mahaboob

Definitely we can do it without writing the script through
Recovery Scenario.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More QTP Interview Questions

In QTP where i have to concentrate more in the Interview point of View

1 Answers  


Hi I have created a table in the MS access database. I want to access the table in this database through QTP. The code is given below. The code is not working.The following error is displayed "Data source name not found and no default driver specified". Any one can correct the code. Thanks in advance. Dim dbconnection, rs Dim ca, sname Set dbconnection = createobject("ADODB.Connection") Set rs = createobject("ADODB.Recordset") dbconnection.open "DSN = MS Access Database","", "" rs.open "select * from Research", dbconnection rs.movefirst If rs.EOF <> True AND rs.BOF<> True then ca = rs("order_number") sname = rs("customer_number") rs.movenext msgbox ca msgbox sname End If

1 Answers  


How to create an Action Template?

1 Answers  


We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)

2 Answers   IBM, Infosys,


WHAT IS OBJECT REPROSITORY?

4 Answers   BirlaSoft,






Qtp has been installed on my pc but recently ON opening it is giving this error PLEASE REPLY IT IS URGENT IT WAS WORKKING FINE QTPRO.EX THE instruction at "0x7.. ...". referenced memory at "0000....The memory could not be read... Awaiting QTP XPERTS REPly URGENT

0 Answers   Cognizant,


How to find the path of folder in which the test is saved in qtp?

0 Answers  


how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page

0 Answers  


How vl i prioritize the actions when i have 10 actions A1, A2, A3......A10. I want to run action as follows A1,A5,A6 and A10. How i can do it. Thanks in Advance to u.

7 Answers   IBM, Wipro,


Suppose there are 100 links in a web page and the number of links will be changing dynamically from time to time. I need code such that every time i had to click on the last link of the web page.

4 Answers   Virtusa,


How many types of Recordings are there in QTP and what are they?

7 Answers   Dangote, First Indian Corporation,


Hi,iam new to automation and i have 1 year experience in manual testing.I have a little bit idea about QTP9.0 .But i have no idea about script writing using VB.Please help to learn script writing.

1 Answers  


Categories