How do you test the text displayed in the header portion of
times of india epaper.
Hot news(banner) are scrolling in the top of the page, how
do you test using QTP?
No Answer is Posted For this Question
Be the First to Post Answer
I've some problem in Descriptive programming plz help me. I've written in a click event code in Functional library when I run this flight reservation program It is not run. How to I write multiple click event in functional library. My program is this. I have associate an action with functional library. Public Function ClickButton(byval ApplicationName, byval WindowName, byval ObjectName, byref Comments) If Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Exist Then Dialog("text:=" &WindowName).Activate Dialog("text:=" &WindowName).WinButton("text:=" &ObjectName).Click Elseif Window("text:="&ApplicationName).WinButton("text:=" &ObjectName).Exist Then Window("text:=" &ApplicationName).Activate Window("text:=" &ApplicationName).WinButton("text:=" &ObjectName).Click End if End Function
How to get the particular property value?
New to QTP: In a qtp flight booking application, I tried to parameterize the to and from drop down lists using data table, depending on ur drop down selection it will pop up a list of flights. Here I am not finding a way to select flight randomly from given list... Thanks in advance guys.
What is the use of sendkeys.In which cases we Use this sendkey.Pls explain with example.
What are the environment variables?
Explain xml checkpoints.
What are the features supported by UFT?
How to Compare the 2 xl-sheets in QTP? ple write the vb Script for the comparison?
what could go wrong with test automation?
hai,i want to select an option from the right click pop up menu.but the qtp is not recognizing the right click pop up menu as a seperate object.can any one tell me the solution.
waht is puirpose of accesbility Check point? waht is the use of Page and XML check points?
Can anybody help me by sharing the code for checkbox in qtp using vbscript.