Java add-in is need to work on java oriented project ?
Answer Posted / ujwala
yes it is needed and for all web based projects you need to
add java add in please correct me if i have given wrong answer
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain object spy in qtp.
how to do the batch testing in test director using manual testing procedure?
what frame work you are following?
What are the ordinal identifiers in web page?
Why qtp always start action1 and does not start action?
Explain the types of properties that quick test learns while recording?
How many types of object repository in qtp?
How is a Step generator used in UFT?
Can any one tell me about "Mapping Repository Parameter Values" and why we use it....??How to use it???Please, tell the preconditions also...........???? Thanks in Advance
How do know the number of browsers opened?
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
Write a script to customize the test results in PDF and HTML format.
How can you exit from an action?
Any body have QTP 9.5 licence key. please provide me at madhukar_dec30@yahoo.co.in
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