write a test script in QTP to test the text that written in
an image(i.e jpg)of a web page???
No Answer is Posted For this Question
Be the First to Post Answer
If an application name is changes frequently i.e while recording it has name "Window1" and then while running its "Windows2" in this case how does QTP handles?
Hello friends can anybody tell me about the architecture of QTP with diagram of it.this architecture is same for any domain like ERP/Banking/CRM/Healthcare or it's different then please tell me.thanks
What is the extension for Recovery scenario?
What types of testing comes under functional testing or in other word what will you test in functional testing?
Did you face the problem, changing the properties of an object in Run Time?
How to execute a WinRunner Script in QTP?
how to add a runtime parameter to a data sheet?
Tell about automation object model(Aom) in qtp?
What are the different properties of an web object
What is diff betwee datatable.importsheet "path" and datatable.import
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
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework