Forum Discussion
sguda
15 years agoRegular Contributor
I have this situation
I developed the project with keyword tests, test1, test2, test3.
It is developed with url https://qafa.fameinc.com/CallowayQA_P1/Login.aspx ,
Now i want to run the same test against another version of the application with url https://qafa.fameinc.com/CallowayQA_P2/Login.aspx.
So i used wild card in name mapping for page object for the num 1 and 2 in the url.
Also in Tested Apps i changed the url to new version P2 url in command line under parameters.
It is opening the IE with new version url P2 but again executing steps in the test with old version url P1 as the iexplore TOURL statement is pointing to old version P1.
So i removed iexplore TO URL statement in the keyword test , then it is executing the test with new version url P2.
Please suggest if what i am doing is right or is there any other solution to do this.
Thanks in advance.
I developed the project with keyword tests, test1, test2, test3.
It is developed with url https://qafa.fameinc.com/CallowayQA_P1/Login.aspx ,
Now i want to run the same test against another version of the application with url https://qafa.fameinc.com/CallowayQA_P2/Login.aspx.
So i used wild card in name mapping for page object for the num 1 and 2 in the url.
Also in Tested Apps i changed the url to new version P2 url in command line under parameters.
It is opening the IE with new version url P2 but again executing steps in the test with old version url P1 as the iexplore TOURL statement is pointing to old version P1.
So i removed iexplore TO URL statement in the keyword test , then it is executing the test with new version url P2.
Please suggest if what i am doing is right or is there any other solution to do this.
Thanks in advance.
Related Content
- 6 years ago