Tell me the function to export the content from one data
table to the other?
Answer / mercurytsl
ddt_export() function is there in winrunner.Using this you
can export data from one data table to other.
| Is This Answer Correct ? | 0 Yes | 0 No |
How to carry out manual testing for a background process which does't have any user interface
Have you ever created a start-up script?
what is Add-wathch, how will it work?
What are the three windows displayed when a mismatch occurs in Bitmap verification
WHAT S/W LANGUAGES DOES THE WINRUNNER & QTP SUPPORT? WHAT ARE THE LATEST VERSION OF BOTH THE TOOLS?
Dear all i am new to testing my company using vb.net and we are developing web based application. How i can test those application with winrunner if any one have some good tutorial or link kindly provide thanks u.
If I dont have GUI spy on my machine how I do I manage to map my custom object properties
which function you will use to compare the application date with system date?..
what is the automation frame work ?
What is the usage of Test case Design Techniques,in Integration/System Testing?
what is deployment?and who do deploy in a server, and when ?
3 Answers CTS, Mannar Company,
You declared a constant in a main test..Later you want tried to reinitialize that constant..what will happened? i.e const i=10; -- --- i=20; what will happen?