What is keyword view and Expert view in QTP?
Answer Posted / manu
keyword view:it will represents recorded script in english language under four columns
1.item:this column displays all test objects which are called parent and child objects
2.value:it displays the value that are performed in an object
3.operation:this column displays all the qtp methods that we are going to perform on a object
4.documentation:it auto generates the operations that are performed in above three columns
Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
What is the default object synchronization timeout 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.
What are the features and benefits of quick test pro (qtp 8.0)?
How you can replace string in qtp?
What is the difference between run time object and test object in QTP?
What is meant by Step generator?what is the use of this? we have 3 steps know there what r all those.? can u all pls give me clear idea of this
how can i call function (which has link with excell sheet at a remote location) within another function
how do u manipulating INI, DLL and / or registry files in support of your test environment? actually what do u mean by INI and DLL or registry files. plzzz its urgent do answer
how do i know how to use tools
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
If a button named "CLICK" is recorded in low level recording mode , what will be the values stored for "name" property of that button in object repository ?
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
Why do we use "Text checkpoint" If we can make use of it in "standard checkpoint" ?
how u will evaluate the tool for test automation?
Difference between copy to action and call to action?