What are the most frequent errors you faced while executing
your scripts?
Answers were Sorted based on User's Feedback
Answer / deven
The most frequent error is 'Object cannot be found'. becoz,
the object description might have been changed in the
development environment and hence the description is no
longer unique and u might not update the script.
--Syncronization errors.
--Object identification errors.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / uday kumar. a
My answer for this question is:
Dynamic change in the behaviour of objects
| Is This Answer Correct ? | 2 Yes | 1 No |
We face different types of error during testing. i explain
different errors below. we face these errors regularly
Unit Test : Control Statement Errors,
Integration Errors :
Duplicate Variables, Passing values one module
to another module. Memory leakage
Blockbox testing : Object Status, Data Integration errors,
pick values from database, Replacement of data, Boundary
value errors, UI errors
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / santoshnathankanchana
Object not found in object repository
| Is This Answer Correct ? | 1 Yes | 2 No |
tell me types of environment variables? what r they? explain details? pls give anwer any one?
What is parameter in qtp?
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
What is the difference Between LowLevel and Normal Recording Modes?
How do u fetch data from a database ?
How to create scenario selector
what is the Command used to start the QTp from Run.
What is the standard timing delay for web based application in qtp?
How to get Links count in an web application,without descriptive programming?
hi guys, could you please prepare script for given format ? 1,1,2,3,5,8,13,21,...etc use vbscript for this...?
How to handle recovery scenario for a application crash.write script for this.