Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Change of Enviroment
#4
Solved: 10 Years, 9 Months, 3 Weeks ago
Maybe by "environment" you mean a development vs production area? Maybe a .net vs a .com?

If so, you can use Regular Expressions to remove the environment specific portions.

Code:
Browser("url:=.*myurl.*)

This code would have allow your browser to view any url that contained "myurl" regardless of what the rest of the url is.

www.myserver/myurl .... works
www.myurl.net/ ... works
www.myurl.com/ .. works
www.thisismyurl .. works

Hopefully you are using Descriptive Programming for all your testing. If you are using the object repository or just doing "record and run" scripts they will not be reusable in a different environment if there is even the smallest of changes.

hope this helps.
Reply


Messages In This Thread
Change of Enviroment - by NancyNancy - 02-05-2011, 09:52 PM
RE: Change of Enviroment - by ksrikanth2k9 - 02-10-2011, 12:34 PM
RE: Change of Enviroment - by supputuri - 02-11-2011, 08:34 AM
RE: Change of Enviroment - by jsknight1969 - 02-16-2011, 12:59 AM
RE: Change of Enviroment - by tdevick - 02-17-2011, 10:01 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How do you Change Run mode mid script? Caleytown 6 6,565 03-25-2021, 08:27 AM
Last Post: RB26578
  [UFT] Change property of object (WpfButton) robertosalemi 2 2,503 11-22-2016, 12:43 PM
Last Post: Ankur
  Dynamic change of name for Webtables prakashreddy 1 2,285 10-25-2014, 09:53 PM
Last Post: supputuri
  How can I change my test folders, globally? atester 0 1,889 10-03-2014, 04:37 PM
Last Post: atester
  JavaDialog change every time i run my test Pkapoor 3 2,788 06-28-2013, 09:27 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)