Showing posts with label pure virtual function call. Show all posts
Showing posts with label pure virtual function call. Show all posts

Monday, July 18, 2011

QTP Error pure virtual function call

Whenever you close QTP or try to save QTP with resources, you may occassionally see the
Runtime error "VC++ Runtime error" 

What has gone wrong?
You either forgot to free up the objects in memory(RAM)

How to do it ?
Set yourobjectname= Nothing

Never forget to release objects from memory. It directly impacts your system performance.
--