what is memory leakage?
Answer Posted / vanshika
A MEMORY LEAKAGE IS THE GRADUAL LOSS OF AVIABLE MEMORY . WHEN A PROGRAM REPETDLY FAILS TO RETURN MEMORY THAT IS ODTAINED FROM FOR TEMPORARY USE .
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by iteration?
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What are the technologies supported by qtp?
what is output value in QTP and how it can be used in automation testing
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Can QTP be used for GUI testing ?, We are using Java with MySQL and Operating system is Linux. We are NOT using the web.
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
how can we do the frame work in qtp
is it possible to add sheets to excel at runtime
What are the types of object repository?
when u script reveiwing in which area u more concentrates?
What is recovery scenario manager? When you go for recovery scenario manager?
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue