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 can you give wait up to 10 seconds in qtp?
How would you directly trigger javascript in a test?
if anyone has idea of the interview procedure in covansys, plz send me a mail?
i need to add 1000 users in a domain i written the script for that and it is running successfuly but the problem is that my system is not the user of that domain in which i have to add users so for adding users in that domain i have to install qtp on that another system, can anybody suggest me the way to add those users from my system ultimately i want to know how to access remote computer through script
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
Explain how qtp identifies object?
what is meant by Utility object and utility functions?can u all pls explain these clearly.
what r the verstions from 1st to present (verstions) of mercury tools (like winrunner,QTP,Loadrunner) ? Chandana
0 Answers Mannar Company, Wipro,
I want to do Certification course in QTP. For this I request you to suggest the best Tutorial in PDF format, as i'm not in a possition to afford any 'Fee' to join in any institutions. Hence, if possible, kinldy mail PDF file to my mail-ID: chakri_avala@yahoo.co.in Regards, Chakradhar Yadav.
95 Answers Cap Gemini, Citrix, CTS, IBM, Logistics, QA InfoTech,
one page contain next button.when we enter that its not going to next page.what type of error that one.
how qtp handles customised object
Among all the check points what is the most important checkpoint?