How do you test DLL files using automation Tool QTP?
No Answer is Posted For this Question
Be the First to Post Answer
What are the advantages of Automation objects than Test Objects?
What is the quicktest professional testing process?
in how many ways you perform batchtesting?
Do we get any issues if we run the test script on differentbrowsers?what are the options we need to set in QTP?
what is difference between normal mode and fast mode?
How can i store runtime value through vb script while using qtp
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
How can I generate customized logs in QTP ?
Can abody explain me Send keys concept
What are the two types of repositories available, explain them?
I have 2 Environment variable which holds int. I called into my test and addedup. but output is concatenating the values instead of Sum. Ex. Envi("a")= 10, Envi("b") = 20, c= Envi("a")+ Envi("b"). msgbox c ( Ans.1020). How to overcome this pblm?