XSL-FO documents are XML files (.fo / .fob OR .xml ? for being accessible by XML editors) with output information about the layout and contents.
Document Structure:
As usual they need to start with the version and the encoding declaration:
<?xml version="1.0" encoding="ISO-8859-1"?>
<fo:root> </fo:root>
Namespace attribute can be written as:
<fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format">-----------------Root element of XSL-FO documents. You can have the whole document within these tags.
<fo:layout-master-set> ----------------Contains page templates
<fo:simple-page-master>----------------Contains a single page template
<fo:page-sequence> ------------------------Describes the page contents
QTP testing process consist of seven steps- * Preparing to recoding * Recording * Enhancing your script * Debugging * Run * Analyze * Report Defects
A checkpoint checks specific values or characteristics of a page, object, or text string and enables you to identify whether or not your Web site or application is functioning correctly. A checkpoint compares the value of an element captured in your test when you recorded your test, with the value of the same element captured during the test run.
The test object model is a large set of object types or classes that QuickTest uses to represent the objects in your application. Each test object class has a list of properties that can uniquely identify objects of that class and a set of relevant methods that QuickTest can record for it. A test object is an object that QuickTest creates in the test or component to represent the actual object in your application. QuickTest stores information about the object that will help it identify and check the object during the run session. A run-time object is the actual object in your Web site or application on which methods are performed during the run session.
You can then enter test data into the Data Table, an integrated spreadsheet with the full functionality of Excel
, to manipulate data sets and create multiple test iterations, without programming, to expand test case coverage. Data can be typed in or imported from databases, spreadsheets, or text files.
Webmaster 22nd of May 2012
Tell us what you feel about Extensible Stylesheet Language (XSL) Interview Questions and Answers
All comments will be published after review. No login or registration is required to post a comment on Extensible Stylesheet Language (XSL) Interview Questions and Answers We offer and invite you to submit your valuable comment now; Please be respectful of others when commenting. Insulting others, self-promotional comments, website promotional comments, marketing stuff, SEO Techniques, SMS-style content and off-topic comments will not be approved at this information portal.
So start sharing your thoughts regarding Extensible Stylesheet Language (XSL) Interview Questions and Answers
Thank you.