-
Notifications
You must be signed in to change notification settings - Fork 0
Internet Search Tutorial
Reik edited this page Aug 23, 2023
·
2 revisions
This tutorial let you create the test application "Internet-Search" together with an executable example which allows to automatically check whether a given web page is found by the search engine DuckDuckGo and listed in the search results.
- A SysNat-workbench is set up.
- You know how to start SysNat via the User Settings and the SettingsConfigDialogue.
a) Follow the Tutorial: Create new test application. Use 'InternetSearch' as application name, choose PRODUCTION as environment, choose login mode WITHOUT and enter start URL 'https://duckduckgo.com'.
b) Tutorial: Create new executable example
d) Tutorial: Use mass test data
Lessons to learn:
- How to tell SysNat where to find the application under test (test application).
- How to write a natural language file to control the test application and the test execution.
- How to handle test data.