10-19-2009, 08:47 PM
I am looking for some expert suggestions on what is the best way to automated login resuable action. Please see below Scenario
1. I have a web application which needs a resuable login Action.
2.This app is in Test, User and Prod environments.
3.Each environment have different URLs and Login credentials.
4. We want to create a Resuable Test with Actions having all different environments.
5. The goal here is this test should be flexible enough to accept a parameter or data from Datatable to indicate which environment to use while running test.
What is the best way to communicate to test which login to use. I mean TestArguments or Action Parameter or DataTable or Inputbox.
Please Advice as almost everyone might have come accross this atleast once
1. I have a web application which needs a resuable login Action.
2.This app is in Test, User and Prod environments.
3.Each environment have different URLs and Login credentials.
4. We want to create a Resuable Test with Actions having all different environments.
5. The goal here is this test should be flexible enough to accept a parameter or data from Datatable to indicate which environment to use while running test.
What is the best way to communicate to test which login to use. I mean TestArguments or Action Parameter or DataTable or Inputbox.
Please Advice as almost everyone might have come accross this atleast once