i have opend 2 gmails i am working with 1 gmail i want to
close other gmail by usig script.

2.i have 10 links in a page all of them have same
properties& names i want to click on 5link by using script.

3.i have one combobox in that i want to see all the
citynames in the combobox and i have to check weather
hyderabad is present or not.

4. size of objectrepository.
5.what r problems we get during writing the script.
6.is it possible to compare to excel sheets in qtp if
possible wht is the script.
7.example for lowlevelrecording

Answers were Sorted based on User's Feedback



i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i..

Answer / guest

Type"BROWSER(BROWSERNAME).CLOSE"

Type"PAGE(PAGENAME_5).CLICK"








7.Example for low level recording is signatures and advanced
objects.

Is This Answer Correct ?    0 Yes 0 No

i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i..

Answer / satish

Kalyan Plz explain Hybri Frame Work Process or Any Frame
work process in QTP

Is This Answer Correct ?    0 Yes 0 No

i have opend 2 gmails i am working with 1 gmail i want to close other gmail by usig script. 2.i..

Answer / sha

2. set Odesc=description.create
Odesc("miccalss").Value="Link"
set bro=Browser().Page().childobjects(Odesc)
Bro.count
for i=1 to 5
browser().Page().Bro(i).click
next
3. item=bro().Page().getroproperty("all items")
arr=split(item,";")
for i= 1 to ubound(arr)
if arr(i)="Hyderabad" then
reporter.reportevent micPass,Hyderabad,present
exitfor
Endif
next
4. Depends on the machine
5. Object properties will get change,Identifying the propery values etc
6.DataTable.Importsheet "path of excel file"sourcesheetname,Destination sheetname(global)
External sheet is in Global sheet and which u want to compare keep in action sheet then write if condition and check if get match with both global n action make it pass...
7.Signature

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More QTP Interview Questions

Hi anyone having QTP 10.0 licence or crack version pls send me in this mail id mdilipkumar04@gmail.com Regards Dilip

1 Answers  


How to covert a String to an integer?

5 Answers  


I am automating a Java application. This application is developed using SWT. I am not able to get the GUI object. Even i tried with Java add-in. In tutorial it states SWT is not supported any idea. Anybody worked in such appln. My question is whether it is possible to record the GUI object of SWT appln. how it is possible.

1 Answers  


How to create a Runtime property for an object in QTP?

6 Answers  


write code to read and write data from file?

1 Answers   IBM,






What do you mean by checkpoints in qtp?

0 Answers  


how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?

3 Answers   HCL,


I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, and also tell me the best institute and the estimate cost for joining the institute ib delhi NCR. Hence, if possible, kinldy mail PDF file to my mail-ID: kumar123.pathak@gmail.com , Regards, kumar pathak

0 Answers  


Output values? i want a practical example

0 Answers  


i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.

11 Answers   SAP Labs,


Hi Friends... What you are doing in Regression Testing and how many test cases you ran in regression testing... suppose there is 1000 test cases is there how many test cases again you run .. 1000 test caes r how many... thanx in advance..

6 Answers  


How to get all the objects count and objects names in webpage using QTP ?

6 Answers  


Categories