how can we compare descriptive programing with a regular
expression
No Answer is Posted For this Question
Be the First to Post Answer
In Login two edit box which object class property value is same, How to enter into 2nd edit box in qtp by vbscript.
How To write script in QTP For Field Validation Example: password Field is accepting A range 8-20 characters only.How to write script?
am not having intrest in coding lang like c c++ java etc can i choose Testing tools as my carrier and please suggest me which tool is good (suitable for me)
Hi, i run scripts in one machine those r passed.when i run the scripts in client side those r failed.Give me such a scenario when ever u faced?
Give me detailed theritical explanation about keyword driven, hybrid framework, environment variables, hybrid frame work
How we test the logo or images in the web page using QTP? For example take google page, they change their logo for new year,christmas etc..How we test that? Plz answer this question... Thanks in advance..
can u please explain what r the challenges u faced in ur automation testing
How does QTP identifies the object in the application Mainly objectives are three type's OF PROPERTIES namely
HOW TO CONVERT MANUAL TEST CASES IN TO AUTOMATION TEST SCRIPTS EXPLAIN THE PROCESS?
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 is different command used in command Prompt while using QTP?
Is it possible to use two instances of UFT on the same machine? If not why?