Hello,
I’m just started to learn how to use TestProject therefore maybe my questions already covered.
Please provide a link so I’ll learn it there.
Q-1:
- How can I take a part of the URL and use it as a value in another part of application?
example:
https://aspx?property=2190
I need to pickup the ‘2190’ from the URL and post that value in another field in my application.
The value itself always changes so my script has to be flexible.
In VisualStudio I used regular expression.
Q-2:
Where can I find a standard for posting into a fields a variables?
Thank you in advance!