Can any body please tell me the steps of keyword driven
frame work in qtp. My mail is saswat445@gmail.com please
send some materials on keyword driven testing in qtp.
thanks a lot...
No Answer is Posted For this Question
Be the First to Post Answer
How can I use Call dlls in QTP ?
How many types of run modes are there in qtp?
Can u explain about QTP framework
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Explain the concept of object repository?
How to find array size in qtp?
how we implement share object repository in QTP 9.0 without using quality Centre , Explaine in brief
What is the use of text output value in quicktest professional (qtp)?
Does QTP have any limitations?Can it work with all kinds of programming languages like java,springs,ajax ,hybernet?Also does it work well with windows 7.What are its other limitations
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
Diff. between keyword driven Data driven testing?
There are two tabs in the application suppose, A and B.On clicking the tab "A" one table grid will open. if u click on tab "B" Another table gride will open. Now can I do some operations on both table grids with a single table grid properties in the object repository? I have added all objects of the first table grid into the object repository Now iam checking enable/disable status of "save button" in the second table grid my code is like this val=javawindow("zseries").javabutton("save").getroproperty ("enabled") when I highlighting the save button in the object repository by keeping open the second tablegrid on the application.It is displaying the popup message"The selected object can not be found in the application" can I use properties of one table grid for both tabs if so how it is possible. Can anyone help me