Create ProjectSuite.Variables.BROWSER as an Object?
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
07:01 AM
03-23-2010
07:01 AM
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..
Thanks
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-23-2010
07:41 PM
03-23-2010
07:41 PM
Hello Laxmikant,
You need to use a temporary project suite variable instead of permanent variables for this. Please find more information in the Project and Project Suite Editor - Variables Page help topic.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
