Answer Posted / uma
It is a Very useful link for the Bigeners
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
What are the views available in quicktest professional?
How to do the scripting. Are there any inbuilt functions in QTP? What is the difference between them? How to handle script issues?
How will you test a stapler?
What is an expert view and keyword view?
What is the expert view?
write script for bitmap image?
How should I click on the right click menu objects When I trying to add the object properties to the OR.It is showing only Window(Window).Not all the objects of the window. Also while recording I found No script. How to solve this>.
How smart identification works in qtp ?
Explain qtp(quick test professional)?
1.explain end to end process of qc,2.how many tabs are in qc9.0,qc10.0 3.what is review, how many reviews are following in aproject 4.how will you get the requirements 5.why do we choose testing 6.how to export tc's and requirements to qc through add-ins
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Who uses qtp tool?
What are the common defects found in your project? (in qtp interview)
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