laxtc
15 years agoOccasional Contributor
Create ProjectSuite.Variables.BROWSER as an Object?
Hello,
I created a project suite variable as:
ProjectSuite.Variables.BROWSER as String.
I want to create projectsuite variable BROWSER as Object so that I can store Process object.
I am using the following code to run the testedapps
I created a project suite variable as:
ProjectSuite.Variables.BROWSER as String.
I want to create projectsuite variable BROWSER as Object so that I can store Process object.
I am using the following code to run the testedapps
Set ProjectSuite.Variables.BROWSER = TestedApps.Items(ProjectSuite.Variables.BROWSER_INDEX).Run()
This will fail and I can't do that. Becauser BROWSER variable is "String" not an object type.
I want to use BROWSER as Project suite variable so that I can use that as global variable through out my project suite.
Please let me know how I can achive this.
Thank You..