From 4698e0aa2dacc74a08a6ade7f87aafb5a87dfbfa Mon Sep 17 00:00:00 2001 From: Hanine Date: Tue, 27 Feb 2024 18:11:46 +0100 Subject: [PATCH] Description of changes --- Tests/test.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 Tests/test.txt diff --git a/Tests/test.txt b/Tests/test.txt new file mode 100644 index 0000000..68b4ab6 --- /dev/null +++ b/Tests/test.txt @@ -0,0 +1,6 @@ +Working Principle of Selenium IDE +The functioning of Selenium IDE is centered around three primary actions, described as follows: + +Record: Using a browser extension, Selenium IDE allows users to capture their interactions within a web application. This feature logs user activities like clicking buttons, entering text, and navigating through pages. +Playback: After creating the test script, the recorded script can be replayed to automate testing. During this phase, Selenium IDE runs the script, engaging with the browser to replicate the recorded user actions. +Save: The test script that has been recorded can be stored for later usage. These test case scripts are saved with the .side file extension, ensuring they can be reused for future test runs. \ No newline at end of file