That doesn't look quite right - the regex pattern for zero or more of any character is ".*", so if you put that either side of the string you want to match for, you get;
".*Duplicate Insertion.*"
or, with spaces either side:
".* Duplicate Insertion.* "
Dave
OK, problem solved. I tend to work in Expert View, and made the mistake of deleting an obsolete Action call from there - which doesn't delete the action reference, which becomes 'orphaned' in the test (you can't delete it from the Keyword view because it isn't visible), and messes up subsequent...
I'm using the Java add-in with QTP 8 to test a Java client application. For this I need a number of reusable actions to do basic operations (LaunchApplication, Login, SearchForData, etc).
One common resuable action is 'HandleServerResponse' which must be called after every server query to deal...
I've been running QuickTest Pro 8 with the Java add-in on local Java applications, and it's been fine; but I now have a requirement to test a Java application that's loaded via Java WebStart. The default QTP configuration doesn't instrument Java WebStart apps - they're only seen as native...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.