write a script to validate the content in the web
application. (do it by OR method)
and (do it by Descriptive method by creating a description
object..
No Answer is Posted For this Question
Be the First to Post Answer
How u call functions in QTP
Hoe we can export TEST RESUALT IN to XL-sheet?
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
what testing activities u may want to automate in a project?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
If an application name is changing frequently i.e while recording it has name “Window1” and then while running its “Windows2” in this case how does QTP handle?
The xls contain data. how to get number of columns form the sheet?
How to call script1 into script2?
How you r using QTP in u r project
1 Answers IBM, Lehman Brothers,
cud anybody please tell me the full form's of the extention files that we use in real time---.tsr,.mtr,.qrs
Hybrid framework supports Descriptive programming. Is it true?
Login to flight app, in window flight reservation set the date field and select flyfrom as Frankfurt and verify whether flyto list box has the item FrankFurt, log the results.