Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

.qfl extension for which file? where vl use it

3 Answers   iFlex,


how we connect oracle or sql data server database to qtp. Hi Ram I was your answer for this. Can you kindly let me know in details steps on How we can connect to database. i am using QTP9.2 and SQL Server Database. I am new for QTP and this would be of great help.Thanks

2 Answers  


when i try to recognise a winmenu item it does not allow me to do that but recognises it as window..i am using qtp 9.2 could someone help with this

3 Answers  


What is the extension of script and object repositary files?

7 Answers   Maveric,


An object is created, i dont know the methods available for that object, i want to find methods available for that object and use the required method. How i can do this???

4 Answers   HCL,


In QTP for .net application which plug in is used? For Java Application which plug in is used ?

2 Answers   AppLabs, Fraze Tech,


How can we QTP Scripts in xml format? is there any way to do so?

2 Answers   Apex,


str="ramanareddy12345@gmail.com"to count alphabets,numarics and special charcters pls any one knows send to answer

3 Answers   Ziynx,


why don’t use real time they r not using check points

1 Answers   Wipro,


Hi, Can we open a test in qtp10 which is saved in qtp 9.2?

0 Answers  


How many actions we can write in a test?

7 Answers   TCS,


what are the disadvantages of descriptiveprograming

5 Answers   GE,


Categories