[TechCorner Challenge #8] Finding Elements on a Web Page
Hi TestComplete Community!
Today, I bring you a new TechCorner Challenge task π
By completing the tasks, you will not only learn TestComplete features but also get into the TechCorner Leaderboard.
Today we will use the Leaderboard table itself to sharpen your skills! Letβs use TestComplete to find out if a user is on the table and how many points they gained so far!
Task: Create a TestComplete script that will go to the Leaderboard page, search for yourself (by your user name) and a user named tristaanogre in the table and, if this user is mentioned on the Leaderboard, post their score to the log.
Can you compete with people in the Leaderboard?π
Difficulty:
Tip: You can use FindChild or FindElement in your script.
Note: You will need a Web Module to fulfill this task.
Good luck!
- wpar,
This is how it can achieved if the objective is to fire the request x no of times with a delay of y seconds which uses out of the box functionality.
Have simple test case with required test step (no scripts involved), create a load test as described in the below documentation and execute it (either from the tool or from the command line, I prefer the later to execute).
https://support.smartbear.com/readyapi/docs/loadui/tutorial/your-first-test/creating-load-test.html
Please see if this approach is suitable for your case.