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...

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.

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How are actions and functions different in QTP?

1014


in qtp if we record a object and we record the object using virtual wizard then by which way the object is recognized that means recorded

1882


What is the difference in the global and action sheet in qtp?

953


i am new QTP... please tell me automation frameworks , types & for whiich type of applications frameworks are used & how to generate script in keyword driven framework

2042


How can we retrieve the Bug Ids which are open&Reopen in status through QTP scrit?Please find the script which i tried... Dim objBugFactory, objBug Dim BugId Set TDConnection = QCUtil.TDConnection Set objBug = TDConnection.BugFactory If QCUtil.IsConnected then Reporter.ReportEvent 0, "Connected", "Connected to server: " + QCUtil.TDConnection.ServerName + chr (13) +"Project: " + QCUtil.TDConnection.ProjectName + chr (13) + "Domain: " + QCUtil.TDConnection.DomainName Reporter.ReportEvent 0, "Current time on server is","==>" & TDConnection.ServerTime Else Reporter.ReportEvent 1, "Not connected", "Not connected to Quality Center" End If If mybug.Status="Open" Then BugId=mybug.DefectId MsgBox BugId End If 'OR**********************************--------------------- -----********************************** If Bug_Fields("BG_STATUS").Value ="Open" Or "Re Open"Then BugId=Bug_Fields("BG_BUG_ID").Value MsgBox BugId End If

2984


Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance

1861


What is Test Fusion Report in QTP?

1098


What is optional step in qtp? How you can add optional step in qtp?

910


For QTP Test Engineer, What is his contribution to the Project? Means, As as automation test engineer what is his role in the current project?

2211


what is supply chain management?

2523


What is the extension of the qtp local repository? If it is .mtr then what is .bdb extension stands for?

986


If I give some thousand tests to execute in two days what do you do?

975


hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]

1915


What is Unicode Compatibility?

1922


I recorded a Web App with a Oracle backend using QTP 9.5 and for some reason the scripts don't play back> What am I missing at this point. I recorded the same Apps under Sybase and they work great. This is Oracle 10g. Why won't my scripts play back.

2018