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 |
What is checkpoint in qtp?
How to retrieve value (data) from notepad using QTP ?
Reverse a string keeping the words in the string as it is. E.G. "Quick Test Professional" O/P "Professional Test Quick"
how to test power point using QTP 8.2 ? What are different methods to retrieve value from Application during runtime ?
Is it possible to run qtp scripts in Test Director(Scripts are uploaded in Test director)???and also how to see the test results in test director???
Can we run multiple QTP scripts one after the other without manual intervention? How?
what is meant by automation tool?
How many ways we can parameterize data in quicktest professional (qtp)?
1.How to find in which row or column,string "Hyderabad" exist in excel sheet? 2.How to find how many times character "a" repeated in a given string "Koteswararao"
in how many ways we can write the user defined functions one way i know that i.e storing it in .vbs another way i does not know my friend said that .qtf or something but start with q letter can any buddy knows about this
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
What are FAST and NORMAL modes in qtp ? Why r these modes intended for ?