Answer Posted / chaitanya
The memory leakage means that the unnessary consumption of
the memory used by the script/program which is known as
memory leakage normally the memory leak come from the bug a
bug in a program that prevents the freeing up the memory.
As a result program grabs more and more memory until
finally crashes because there is no memory left.
If i am wrong please let me know
chaitanya.N. chaitanyanelavelli@gmail.com
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
hi all can anyone explain how to write the code for finding the mandatory columns in table which are having (red*) (red Astrik)
Hi, I am working on microsoft infopath forms..It is standalone form..(not dotnet or web.) . I am not able to indentify any objects in it.. I am currently using active accessibility in the macro for the same but its execution is too slow.. Kindly help in case you have better solution.
Explain the difference between check point and output value?
What are the different attribute used with regular expression?
When should I use smart identification?
Hi ,Can any one pleas explain how to test splash objects using QTP?
desribe a situation where u faced a stressful situation and how did u cope with it
Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.
How can i click on any Excel sheet's "H" column with out writing coordinates Ex:Window("Book1").WinObject("Book1").Click 498,14 I dont want to give coordinates like 498,14 Can i open "H" column by writing like Ex:Window("Book1").WinObject("Book1").Click "H" or Ex:Window("Book1").WinObject("Book1").Click "H","1" or Ex:Window("Book1").WinObject("Book1").Click H,1 If i want to click on "Sheet3" of an excel sheet, Can i open like Ex:Window("Book1").WinObject("Book1").Click "Sheet3" Please help me any one
How do you configure QTP AND Test director?
Why is Client side image is preferred over server side image?
can any body plz help by sending the qtp docs and qtp ppt's? this is my mail id:murali.padeti@gmail.com
What is optional step in qtp? How you can add optional step in qtp?
Give the syntax to import/export xls into qtp.