What is the significance of regular expression in QTP?
Latest Answer: You can use regular expression to recognise any property that take dyamic values. ...
What are the limitations of QTP encountered while Automating Share Point application?
Latest Answer: So far the limitation that I have identified during Share point application
testing through QTP is that, in share point application many actions are based
on "mouse over".
At the time of recording following statement is recorded -
Browser("Home ...
What is Hybrid Framework and how it is useful? How will you implement hybrid framework in a project?
Latest Answer: Test automation framework is a set of assumptions, concepts and practices that provide support for automating your scripts the Hybrid Test Automation Framework incorporates features of Script modularity, Functional Decomposition and Data Driven framework. ...
How do we decide as to which recording mode from Context Recording (Normal), Analog Recording or Low Level Recording do we select for an application? What is uniqueness in each recording mode?
Latest Answer: In General Context Recording mode is followed for recording the actions. In some cases, 3rd party components/tools is not supported by the QTP Plugins. On that time Analog Recording or Low Level Recording is used, while recording the unsupported objects ...
Do we need to know VBscript to start working on QTP? what are the steps need to be followed to become an expert in QTP? Please guide me...
Latest Answer: In QTP, If you know about the concepts of QTP like Actions & seting, Prametaraization using (DataTable(global & Local), Environment & random value), chekpoints, output values, syncronization pts., To handle dynamic objects using Smart Identification ...
When do you use analog recording to record a test?
Latest Answer: Analog Recording in QTP will record w.r.t Key board and mouse operations ...
How to copy a datatable content from globalsheet to localsheet (action1)?
Latest Answer: c=datatable.Value("A",1)msgbox cdatatable.GetSheet(2)datatable.SetCurrentRow(1)DataTable.GetSheet (dtLocalSheet).AddParameter "A", cd=datatable.Value("A",2)msgbox d' but it will be visible only for the run session. ...
Hi,Can somebody help me to know whether the QTP supports to automate OpenLink Endur Application?ThanksManju
Latest Answer: Testing tools such as QTP are not supported by default when used with the OpenLink Endur application. OpenLink is, however, developing a solution that will allow for full support of Mercury QTP. The solution will be production ready in the next few ...
For what purpose step generator is used?
Latest Answer: The Step Generator enables you to add steps quickly and easily, by selecting from a range of context -sensitive options amd entering the required values. In the Step Generator dialog box you can define that use* Test Object and Properties* Utility Object ...
How to parametrize through environment. Please use a suitable example.
Latest Answer: Quick Tests can insert a value from the Environment variable list, which is a list of variables and corresponding values that can be accessed from your test. Throughtout the test run, the value of an environment variable remains the same, regardless of ...
View page [1] 2 3 4 5 6 7 8 9 10 Next >>

Go Top