What frame work ur using in QTP in ur current company?
Answer Posted / anonymous
Modular FM
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Will down time for server and content maintenance/upgrades be allowed? how much?
How are actions and functions different in QTP?
Write the code for,In the page screen we have total 10 Links,out of these I have to click 9th link
How to do call a output parameter from one action to another action??/
How to find a window is minimized or not
Explain runtime dynamic settings?
Is qtp supports uni-code?
Explain how you can find the absolute value of the number in qtp?
what is review
Define object spy ?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
Hi there, I've installed a trial version of QTP to see if it works with my product but I cant automate selecting windows from a tree view? Can anyone give me any pointers? Many Thanks
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Why we load add-ins in qtp?
How to read a text file from QC using QTP. I would like to do something like this. But instead read a file from QC and NOT from my local drive. Set fso = CreateObject("Scripting.FileSystemObject") Set InputFile = fso.OpenTextFile("C:\test.txt", ForReading) Thanks