What is keyword view and Expert view in QTP?
Answers were Sorted based on User's Feedback
Answer / kumar
EXPERT VIEW:It represents the script in vb script format.
KEYWORD VIEW:It represents the script using Graphical User
Interface divided in to
1)item
2)operation
3)value
4)documentation
| Is This Answer Correct ? | 39 Yes | 2 No |
Answer / meenu
keyword view enables you to create and view the steps of
your test or component in a keyword driven modular table
format. You create or modify test or components by
selecting items and operations in keyword view and entering
information as required.
expert view on the other hand displays each operation you
perrform in the form of a script comprised of vb
statements.for each object and method in expert view
statements there exists a row in keyword view.
| Is This Answer Correct ? | 26 Yes | 1 No |
Answer / sahana
keyword view---->shows exact recording of the applications
expert view----->applications VBscripting is displayed..
| Is This Answer Correct ? | 26 Yes | 2 No |
Answer / suha
QuickTest?s Keyword Driven approach, test automation experts
have full access to the underlying test and object
properties, via an integrated scripting and debugging
environment that is round-trip synchronized with the
Keyword View.
Advanced testers can view and edit their tests in the
Expert View, which reveals the underlying industry-standard
VBScript that QuickTest Professional automatically
generates. Any changes made in the Expert View are
automatically synchronized with the Keyword View.
| Is This Answer Correct ? | 12 Yes | 4 No |
Answer / mukesh
Keyword view: Keyword view shows actions which performed on
the keyword i.e. on objects
Expert View: Expert view generates vb script.
Mukesh
| Is This Answer Correct ? | 6 Yes | 3 No |
Expert View:In expert view QTP will display the test statement.
In Keyword View QTP script will display in Tubular Format.
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / 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 |
Answer / nupur
QuickTest’s Keyword Driven approach, test automation experts have full access to the underlying test and object properties, via an integrated scripting and debugging environment that is round-trip synchronized with the Keyword View. Advanced testers can view and edit their tests in the Expert View, which reveals the underlying industry-standard VBScript that QuickTest Professional automatically generates. Any changes made in the Expert View are automatically synchronized with the Keyword View.
| Is This Answer Correct ? | 0 Yes | 1 No |
Answer / hemasundar
keyword view : Heir u can add the objects its very initial
stage to learn qtp easily
Expert View : Heir u can write the descriptive tha means u
can write the scripts...
thank you
hemasundar
| Is This Answer Correct ? | 2 Yes | 12 No |
How to give a call to another action from one action?
Does QTP10 supports Windows 7OS +IE 9 combination? Which is the preffered combination ,Plz let me know?
We have 10 page.In first page we 2 popup and next page we 3 popup window......(windows name is different)how can we handle the all the popups without using recovery scenario
How do you check ticket cost and ticket number in flight application?
how to automate standalone infopath forms using QTP? (it is not a dotnet or a web form)
How to find array size in qtp?
How do you start automating/ writing your QTP scripts ?
In My application, having Copmany Name : Text Box and click Save button. if i enter a vlue, after run..........it shows the already exists. so how to enter random ro mmultiple names names into webedit box(company Name). without using DATATABLE THanks Ramesh
Tell me few important difference Between QTP and WinRunner?
what is the silent mode in WR?
Describe the differences between functions and actions in UFT?
How the exception handling can be done using quicktest professional?