Search found 4 matches

by VictorE
Mon Oct 29, 2012 4:18 pm
Forum: General Questions
Topic: Use variable in two different modules
Replies: 3
Views: 1631

Re: Use variable in two different modules

Once I have selected a module variable I cannot select it in another row.
by VictorE
Fri Oct 26, 2012 5:55 pm
Forum: General Questions
Topic: Use variable in two different modules
Replies: 3
Views: 1631

Use variable in two different modules

Can you use an already bound variable in another module? If so how?
by VictorE
Fri Oct 26, 2012 4:04 pm
Forum: General Questions
Topic: Multiple variables in Sequence field
Replies: 1
Views: 2230

Multiple variables in Sequence field

I am trying to map two variables to one action. For example: I want to put $varFirstName + $varLastName in the sequence field on a Key Sequence action. When I do this it ends up typing "$varFirstName + $varLastName" Looking at the .cs file I see its adding the quotation marks. repo.CustomerSignUp.Bi...
by VictorE
Wed Oct 24, 2012 8:10 pm
Forum: General Questions
Topic: Multiple Environments
Replies: 1
Views: 1729

Multiple Environments

How can I record a script in one test environment and play it back in another? have multiple test environments in which to execute my test scripts. The server URL is different for each environment. How can I avoid rewriting all of my tests from scratch to make them work with a different server URL? ...