SilkTest Question:
Download Questions PDF

How DOM browser extension identify a Web application UI object?

Answer:

A Web application UI object is identified in two parts:

1. Identify the Web browser window where the Web application is running. For example, a Web browser window can be identified as "Browser.BrowserChild("Yahoo Home Page")". Another Web browser window can be identified as "Browser.BrowserChild("Google Home Page")".
2. Identify the Web UI object based on the HTML element that represents the UI object. For example, an image in a Web page can be identified as "HtmlImage("Yahoo Logo")"; A hyperlink in a Web page can be identified as "HtmlLink("Site Map")";

The full identification of a Web applicatin UI object is the concatenation of the browser window identification and the HTML element identification. For example, the Yahoo logo image is identified as: Browser.BrowserChild("Yahoo Home Page").HtmlImage("Yahoo Logo"). The site map link is identified as: Browser.BrowserChild("Google Home Page").HtmlLink("Site Map").

Download SilkTest Interview Questions And Answers PDF

Previous QuestionNext Question
Testing a product with both web and non-web interfaces. testscripts to test both and has had trouble configuring Silk to do this. using Silk 2.1 and is wondering whether upgrading to Silk 5.0 might help?What is multi-tagging?