What is keyword driven framework, what is "key" in It.
Answer Posted / ashish
In Keyword framework , we pass a keyword in the test script
and this keyword determine the flow of the test script.
thanks
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What contains Data Driven Framework document in qtp?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
what are all the fileds present in object repository?
Explain how you can replace string in qtp?
What are the Disadvantages of shared object repository?
what the difference between shared repository and per action repository?
How many tabs are available to view your test in a test pane and what are they?
Hi How to retrieve data from web element line by line?
How many types of object repository in qtp?
In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.
How you can make an action as re-usable action?
For example you are checking bit map check point before coming to the results. How can you say it is passed? Or failed? Anyways?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
Hi All, How to get repeated word in string . Thanks Balaji
When I click on a link in web page.Link should open in new window.can anyone please let me know the script for this ---Koti