How to Synchronize the Browser at Field level? For example
if you put Browser.sync(), its waiting upto for that
Browser sync only. It should wait total Browser get upload
with fields.

Answers were Sorted based on User's Feedback



How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

Answer / vinod kumar

Browser("creationtime:=0").Object.ReadyState ' readystate should be 4

Browser("creationtime:=0").Object.Busy ' busy should be False

Is This Answer Correct ?    5 Yes 0 No

How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

Answer / hemakumar.m

Dim oLinkDes
Set oLinkDes=Description.Create()
oLinkDes("micclass").value="Link"
oLinkDes("name").value="LogIn"

Browser("title:=.*").Page("title:=.*").Link(oLinkDes).Exist
(6)

Is This Answer Correct ?    3 Yes 1 No

How to Synchronize the Browser at Field level? For example if you put Browser.sync(), its waitin..

Answer / pramod k sirotia

To Sysnchronize the Browser at Field Level you need to
right the code as below:
Browser("Browser").Page("Page_Name").Sync 'instead of page
you may spcifed any test object.

Browser.Sync() this code will wait upto for that Browser
Sync only.Moreove if you want to sync browser with Fields
Use above example.

Thanks & Regards:
Pramod K Sirotia
pramod.sirotia@gmail.com

Is This Answer Correct ?    1 Yes 3 No

Post New Answer

More QTP Interview Questions

VB scrip has a special command named LBound, which returns the starting index of an arry. What are the possible indexes an array can start with? options are given below. and one only the correct answer. pl select it 1. any index 2. only even non-negative 3. only 0 4. any non-negative integer

1 Answers  


please post the interview questions for QA position in FACTSET

0 Answers   FactSet Systems,


How will you handle the situation when object is not captured during record?

2 Answers  


I have an application running in Linux server. I am reaching the application through emulators like telnet. My operating system at the client side is Windows XP. Using emulator I am connecting the Linux server and working on the application. Can I automate the testing of the software running in Linux server using QTP. In short, does QTP support the applications running in Linux servers.

1 Answers  


I want to create Excel object on another machine which is in network i written the code "Set se=createobject ("Excel.Application","\\ankur")"here \\ankur is the name of that machine but i m getting the error of permission denied create object can anybody help me

2 Answers  






How to Start recording using QTP?

1 Answers  


How to call a function in QTP?

4 Answers  


How will you enchance the script?

1 Answers  


what is exit and entry criteria of automation testing. any body wants a real time script,please mail to me. contactno;9986435766

2 Answers  


How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one

0 Answers   Livetek,


Do you know how to connect database? Can you tell me the procedures?

0 Answers  


Whenever we use GETROPROPERTY function.

7 Answers   NIIT,


Categories