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

How u will do versioning in QTP?

0 Answers   NIIT,


what is reusable action and how the same can be implemented (process)?

2 Answers  


Create flight reservation login descriptive programing (Condition: Remove the value and substitute with a variable, and then call the validation from Excel) Plz help me....... very urgent.........

0 Answers  


Hi, Any one have the crack for QTP 10.0,if so could you please send it to phanijuly10@gmail.com

2 Answers  


can i change the runtime properties of an object ? How can i check if a parameter exists in database ?

0 Answers  






what is TOM in qtp?

5 Answers   Accenture,


How can I find out whether a word in a string is existed or not for example "QTP IS A POWERFULL TOOL FOR AUTOMATION" How can i find out whether "powerfull" is existed in the above string or not Could anyone answer it?

7 Answers   Livetek,


How do u fetch data from a database ?

2 Answers  


A dialog is diplays " Transaction 254689 has been successfully completed" How to get the transaction ID from the message ?

6 Answers   Virtusa,


why you have standardized functions? plzzz guys with real time exp. do answer

0 Answers  


what is the Exact Meaning of Environment Variables?

10 Answers   AppLabs,


How to differentiate the webedit field like user name and password? Please tell any other best answer is ther

3 Answers   Navis,


Categories