what is memory leakage?
Answer Posted / srinivas
Memory leakage happens when we open a .vbs file or any
other file in the application and not close it after it's
use.
Let me know if this is correct.
| Is This Answer Correct ? | 3 Yes | 14 No |
Post New Answer View All Answers
What are the different types of action?
What are the different types of checkpoints?
What are the recording modes in qtp?
What we are looking for is to load properties of object dynamically as for our application the global repository will pretty huge. It will be really helpful to us if something similar to following functions of Winrunner is available in QTP. #Define descriptor auto strDesc; #set property in the descriptor Gui_desc_set_attr(strDesc,?Class?,?Edit?); --- put other properties #Add Edit box to GUI Map Gui_add(? ?,strWindowName,strEditboxName,strDesc);
Can the user toggle between using Local OR and shared OR for the same action?
Can you list some technologies that support qtp?
If created one virtual object? Next time I changed the window position will it work?
i have an external excel datasheet where it only contains 3 rows. after qtp executed the code to import the datasheet, the datatable getrowcount method now gives me a different value, lets say 60,000+ instead of only 3. i did not have any values starting from row 4 of my excel file. why is this happening? this also results to the qtp report to load for a very long time.
Explain the concept of how quicktest professional (qtp) identifies object?
what is review
Suppose you are using shared objects repository in your test and you want to split your present action? At that time shared object repository is single or it’s also splits?
Is qtp supports uni-code?
By using QTP can we record any log files written by the application which is in execution?
How to execute a winrunner script in quicktest professional?
What is QTP testing process?