Forum Discussion
rraghvani
Champion Level 3
3 years agoAh, that might be tricky!
The other alternative is, if you only have two environments, then use an if statement. For example in your keyword test,
If EnvironmentA Then
DBCheckpointA
else if EnvironmentB Then
DBCheckpointB
Someone might be able to come up with a better way of doing this using keyword testing.
See if Alternatives to Database Checkpoints is able to help