What is Expert view?
Answers were Sorted based on User's Feedback
Answer / stl
Expert view is a view where it shows the vbscript generated
during recording
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / satyanarayana
The Expert view provides the corresponding vb script
statements for the actioned performed by us on the
application
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / krishnateja muppalla
There are two types of views in QTP. One is Keyword driven
view and second one is Expert view.
In Expert view, you can see the generated code (VB) when
you record. At the same time you can edit and you can do
descriptive coding also.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / naren
Expert view is one view in which VBscript is generated
during recording.
| Is This Answer Correct ? | 0 Yes | 1 No |
What is difference between QC and TD?
I am getting an error "failed to open the XML checkpoint result viewer" in result window,after clicking on "View XML checkpoint results".Someone suggest me settings,if any...
how to disable the pop ups through QTP using a script
we have 10 actions in out test how can we convert 9th action is main action ? how ?
take one example and write vbscript on one web application in qtp? explian descriptive programe with one example?
Hi Everybody, Can anybody please tell me the how to display the result of the QTP in the notepad text file rather than in the QTP result window. Suppose this is my simple script:WHich will open the notepad file and enter some text and then will change the font then will calculate how much time has been taken.Now, in this script i want to display the result in notepad file. Dim s Dim starttimer,endtimer,timeit s="uyetuywqtywqte" SystemUtil.Run "notepad","","Y:\","" Window("Notepad").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp Window("Notepad").Dialog("Save As").WinEdit("File name:").Set "test1" Window("Notepad").Dialog("Save As").WinEdit("File name:").Type micReturn Window("Notepad_3").Type s Window("Notepad_3").WinEditor("Edit").Type micCtrlDwn + "s" + micCtrlUp starttimer=timer Window("Notepad_3").WinMenu("Menu").Select "Format;Font..." Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Type "cou" + micDwn Window("Notepad_3").Dialog("Font").WinComboBox ("Font:").Select "Courier" Window("Notepad_3").Dialog("Font").WinEdit ("Font:").Set "Courier" Window("Notepad_3").Dialog("Font").WinEdit("Font:").Type micReturn endtimer=timer timeit=endtimer-starttimer print(timeit) Please also tell me where the function for the text file result will be declared and where it should be called. Thanks, Gaytri
What kind of errors can b handled in QTP in real time scenario?
Can abody explain me Send keys concept
We are using the QTP version 9.0 where we want to call objects from global repository for a particular function at runtime for increasing the performance of framework.We are actually looking for loading the objects under test (OAT) dynamically when script runs and would like to unload the same once the execution of the script is completed.
How can i get QTP 9.2 software or any webside where i can download ? can anyone help me out , i want to be expert in QTP ,but i don't have the software
actually how many hours per one day we will work on automation(qtp) in real time
What are the option you can use to synchronize your test?