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

What is the difference between "call" and "callclose"

1 Answers   Polaris,


what is selective recording ? and normal recording?

1 Answers   iSoft,


What are the major/ important methods, functions in QTP we use realtime testing

0 Answers  


I am a beginner plz tell me,how do we write scripts in QTP? In my opinion we can write scipts in expert view or there is another option where we can write scripts. plz tell me.

5 Answers  


If there are 100 checkboes in a page then how can we select 10th & 11th & 14th chexkboxes at once through descriptive programing in QTP using vb script. Please send the answers...

5 Answers   NTT Data,






Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.

0 Answers  


How to insert a check point to a image to check enable property in QTP?

1 Answers  


Whether qtp 9.0 supports Test director8.0

0 Answers   TCS,


What is data driven testing in QTP?

11 Answers   Agile Software,


How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming

2 Answers   Genpact,


How can i open 5 multiple browser at once through QTP VB script and i want to login with 5 different credentials i already tried with this code but its entering credentials only for first browser and am using datatable to parameterize

2 Answers  


Hi Frenz... I would like to take up the QTP certification . Can anyone tell me what is the procedure. n if anybody have the study materials pls fwd it to jkpunathil@gmail.com

0 Answers  


Categories