Answer Posted / nan
Functional testing
Is This Answer Correct ? | 12 Yes | 2 No |
Post New Answer View All Answers
Explain Descriptive Programming Types with Examples?
How to open a new test using quicktest professional (qtp)?
i'm using the qtp to test to vb appliction,i wanted to get the new application's title.i didn't want to use the winAPI to get it ,i 'd like to know whether a QTP function can do it. Eg: SystemUtil.Run "C:\Program Files\.....","","","" 'run an application, and misure the application is activating,then how to get the hwn wihtout using windowns api
what is Property......End Property loop? how to write sript for it in QTP
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
Discuss quicktest professional (qtp) environment?
What are the advantages of Object Repository?
any body can you help me what is the script to automate an comand promt
When do go for loop condition in test?
How do you open adobe acrobat file in QTP and do some testing on that file ?
how to prepared for first for the first interview?
what is ODC and GDC?
In QTP TEST DIRECTOR COMBINATION WHAT IS THE PURPOSE OF TEST DIRECTOR? In Somebody says to store test cases and design test cases.?ok fine , but In test director 5.0 , QTp not launching. what u do?
How do you configure QTP AND Test director?
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