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
No Answer is Posted For this Question
Be the First to Post Answer
what is the script for keyword driven framework in real time?plz its urgent
What is the function of Filter in QC . give with a real time example.
I am testing a website TheLancet in qtp 9.2 and running a script but its not working.Tell me if m doing anything wrong in the script. If Browser("TheLancet.com - Home Page").Page("TheLancet.com - Home Page").Link("Clinical").exists then msgbox "object exist" Else msgbox"object doesnt exist"
Explain about Table and DB Checkpoints?
what is framework? which frame work u follow for writting script?
What is the limitation to XML Checkpoints?
Can anybody give the script to addsheet, add column,add values under that column in the rows??
Hi, Has anybody attended IBM interview on 17th APR 2010,and got offer letter? I had given interview and selected also but still did not recieve offer letter.
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
How to add check point?
in QTP we test web based application at that time what script is run? is support vb script? plz tell me
My company has recently started using Ajax for building UI and QTP is nor recognizing the drop down list for selection.It recognises it as a general Web Element or Web Table. I have added individual selections from the drop down as web Table. It works as long as the page is not refreshed. I need some help and inputs as to how to make QTP recognise a drop down list for selection. Any help will be appreciated.