Can we Test Welcome Screens and Process Images with QTP
No Answer is Posted For this Question
Be the First to Post Answer
Hi, Am trying to download QTP 8.2 version.its not supporting Windows Vista.Can you please help me out from this.Which QTP version supports this. Thanks in Advance.
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
If 3 browsers are opened in our system, how to enter the facebook url into second browser by using descriptive programing
what are the files created after executing QTP script file, please specify the file names with extensions
How to data driven test for Win objects in QTP ?
How to associate function library at a run time?
Explain about reusable actions?
Where to use function or action?
After coming to know that QTP could not identify non-standard objects, we set those non-standard objects as virtual objects using Virtual object wizard. But how can we identify that qtp could not identify non-standard objects?
Can we continue functionality testing without framework?
How to convert QTP's ObjectRepository.mdb file to xml file
What scripting language is QTP of?