What are the most frequent errors you faced while
executing your scripts?
Answer Posted / sreeprasad
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 |
Post New Answer View All Answers
How may types of defects identify application or your currently working application?pls give me answer..
i need qtp tutorial. pls send it to sridhar.k151@g mail.com
ACTUALLY I AM WORKING IN THE DISTRIBUTION DOMAIN.MY COMPANY IS PROVIDING DISTRIBUTION SOFTWARE FOR PHARMA AND FMCG DISTRIBUTORS.HERE I AM USING QTP 9.2.HERE IN MY APPLICATION WHILE RECORDING ONE WINDOW APPEARS.IN THAT I CAN SELECT THE ITEM OR NO NEED TO SELECT.BUT WHILE RUNNING THE SAME SCRIPT THE WINDOW MAY NOT APPEAR OR APPEAR.HOW TO WRITE SCRIPT FOR THIS
why text area checkpoints cannot used for web applications
Hi, I am using OutputCheckPoint for 2 webelements Bed:4 and Bath:2 Full,1 partial in my result page and I am storing the value in the data table. I dont need the string Bed:4,I would like to get only the no 4. How can I get it? Even though I highlight only 4,It is seleting the full value "bed 4". Same thing happend for second webelement Bath:2 Full,1 partial I need only the No 2. I used the following to split MyArray = Split(UIBathResult, " ", -1, 1) But it is giving the value My Array(0)=Bath:2full,1Partial I need the only the nos for further comparision.Any help? Thanks Uma
Get the count of files of similar types from a folder.
What is the difference between local and shared object repository in qtp?
What is data driver in qtp? Where we use it?
How can I import environment from a file on disk?
In qtp, how you can use xpath to identify objects?
Explain about the quicktest professional (qtp) automation object model?
what is error and fault in terms of software quality?
Hi,All How to create a link in excel sheet using qtp
we add library file used in test via settings or through "ExecuteFile" command. when we implement framework do we make common library file and load the same for all the test cases execution?
What is the Difference between test object and run time object?