Which statement will use for close an action in QTP?
No Answer is Posted For this Question
Be the First to Post Answer
IF there are seven browsers with same name open. I want to close one particular browser thru QTP. how can i do this?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
What is the exact difference bet function and action in QTP Anybody can explain it in detail..Thanks in advance..
How to connect to data base?
you are recording on "WINDOW 1", say it has a link if you click on that, that leads you to "WINDOW 2". If you do any manipulations on "WINDOW 2" that are automatically updated in to "WINDOW 1". But "WINDOW 1" is currently invisible. But the updations in "WINDOW 1" must also be recorded as a script in QTP. The best Example is if you update your resume in JOB STREET portal it actually happens in other window, but the previous window is automatically updated. Now does QTP help you in this types of situations? Any body can answer this question. please..... Siva
in process of project exaplnation the defects are says frequently r not?
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
In a webpage how to check the dynamic links that re changing regularly?( without using regular expressions.)
i have a window , initial its name is "NEW CUSTOMER" i have to enter the details of customer in the test object fields and after saving the window name is automatically changing with the customer name . so how to identify that window after saving. (i am using descriptive programming.)
What is the BPT(bussiness process testing ).and what is the main difference between BPT and QTP
3 Answers EDS, GL Noble Denton, IIST,
How to identify whether a web page exists or not without using Browser(" ").Page(" ").Exist?
What are the differences between qtp and winrunner?