what type of application we can select for automation
testing and what is the entry criteria for automation
Answer / salman
Some points we should concentrate while starting automation
for an application are
-Selection of Automation tool-We should see
which tool is best for automating the application based on
the platform which it has been devloped.
-Metrics-We should make sure What % of
application can be automated and what is the ROI if
automated.
-Reusability and Maintainence-We should even
check if the reusability and maintanance of automated
scripts doesnt cost us high.
| Is This Answer Correct ? | 2 Yes | 0 No |
In what occasion we can specify global sheet and action sheet?
Brief the process of testing with UFT?
How Can I find the least value in a bunch of variables using qtp.. E.g.:- A = 210, B = 212, C = 60, D = 111 I don’t want to write bunch of lines for this…. Is there a way to get the result in one line…..
how will u do database testing in qtp? how will u do the same with descriptive programming?
How to return a value from a fn, if it has more than one value how to return
how you have used object libraries? plzzzzz do answer
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
What exactly a frame Work means?what are the different type of frameworks done in QTP?why the caption for QTP given as advanced keyword driven?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
what is output value in QTP and how it can be used in automation testing
what is active screen,keyboard view?