What is the expert view?
Answer / Rajesh Kumar Verma
Expert views in QTP are a way to customize test execution based on certain conditions. You can create and apply expert views to modify the behavior of keywords, functions, or properties during test runs. Expert views allow you to fine-tune test automation and address specific testing requirements more effectively.
| Is This Answer Correct ? | 0 Yes | 0 No |
Syntax for how to call one script from another? and Syntax to call one "Action" in another?
Does the Existing reusable action can be modified at the time of calling the action?? Please help me..
The xls contain data. how to get number of columns form the sheet?
What is keyword view and Expert view in QTP?
WHAT IS THE DESCRIPTIVE programming when it is useful? & when to use this ?
How to compare the two strings?
how open two urls in one browser? plz urgent
How can we perfom Action and Component parameter.?
How can we test an XML using QTP? I have been to an interview, where they have given me an XML which had 15 values and they have given those values on a separate page. They asked me to write a QTP script to check the XML is having those particular 15 values.
can u store QTp frame work folders in VSS? If Not where u store those?
I want to capture data(using keyword) from msdos application using QTP?... Below is little work i could do on it... /* Set app=CreateObject("Wscript.shell") SystemUtil.run ("C:\Users\Agent\Desktop\pumpsim\PUMPSIM.EXE") Window(“PUMPSIM.EXE”).Activate wait(3) app.sendkeys "N" */ Thanks in advance...!!!
How to swap two numbers by using parameter passing method byref in a fucntion and return the result to outside of the function?