regular expression in qtp standar check point for months
from accepting months from january to december only
No Answer is Posted For this Question
Be the First to Post Answer
describe some problem that u had with automation testing tool?
Can we put more than one action in a single script???? yes or no.....
What are the different types of checkpoints?
What is the difference between Systemutil.run and Navigate.
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
several browsers opened. write QTP script to close all browsers except gmail.
how can we retrieve ten rows from the data table using loop concept?
How do you find out whether the string is Numeric or Alpha numenric.Suppose..'QTP is an automation testing tool 12345' How should I know it is alphanumeric.Can any one please write the code for this
write vb script code to delete the duplicate values in an array.
what is action in QTP?
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 we can add actions in the test using QTP?