what is key word driven frame work how to use keyword
driven frame in QTP in a project
Answer / nandini patil
In Keyword Driven Frame Work for QTP
1. create the folder structure as follows
proj name-automation
-repository
-library
-test dtat
-recovery
-test script
-log
2. created desired shared repository, library files, test
data and recovery files and save them in corresponding folders.
3. open the main test & assosiate desired repository ,
library files, test data & recovery files.
4. develop the main test.
5. specify keywords in the data table under specific, run
the test and analyse the results.
| Is This Answer Correct ? | 4 Yes | 1 No |
If there are 10 notepads opened on desktop. how can we close a particular 2nd notepad using script
How to make Shared object repository in qtp 9.1 and 9.2?
Which environments does qtp support?
how you have used object libraries? plzzzzz do answer
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?
I'm quite new at QTP. Im doing a web-based app testing. I create something new item and a new link is created in the home page. This link is dynamic as it changes every 3 seconds. Obviously the new link is not in my Object Repo and I am trying to find a way how can I do a check or get the propery of the link I created. I can do it on keyword, but I need to do a check on expert mode, vbscript. I always get an error that is not identified whenever i try to check it (browser(b),page(p).link(newlink). Any idea?
What does VBS file contain..? what is VBS file.?
What does mean by Scope of Automation?n How we defined it?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
how many maximum number of virtual users we can create?
how to retrieve the value from data table to the script and using the value to be displayed in message box. an also retrieve the value of the output value during runtime to the script or separating and using that value in the script.
How will you enchance the script?