Skip to content

Internet Search Tutorial

Reik edited this page Aug 23, 2023 · 2 revisions

Back to Home


The Task:

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.

Preconditions:

Doing:

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

c) Tutorial: Import test data

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.

Back to Home

Clone this wiki locally