Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit9a9216e

Browse files
committed
Changed WebDemo to point GitHub
Also changed Selenium2Library to SeleniumLibrary
1 parent8d4f626 commit9a9216e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

‎sources/src/App.vue‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,9 @@ export default {
766766
items: [
767767
{
768768
title:"Web Demo",
769-
href:"https://bitbucket.org/robotframework/webdemo",
769+
href:"https://github.com/robotframework/WebDemo",
770770
text:
771-
"Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested usingSelenium2Library."
771+
"Demonstrates how to create tests and higher level keywords. The system under test is a simple web page that is tested usingSeleniumLibrary."
772772
},
773773
{
774774
title:"ATDD with Robot Framework",

‎sources/src/components/pages/Examples.vue‎

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
</div>
7878
<divclass="col">
7979
<preclass="highlight"><spanclass="gh">*** Settings ***</span><spanclass="p"></span>
80-
<spanclass="kn">Library</span><spanclass="p"> </span><spanclass="nn">Selenium2Library</span><spanclass="p"></span>
80+
<spanclass="kn">Library</span><spanclass="p"> </span><spanclass="nn">SeleniumLibrary</span><spanclass="p"></span>
8181

8282
<spanclass="gh">*** Variables ***</span><spanclass="p"></span>
8383
<spanclass="p">${</span><spanclass="nv">SERVER</span><spanclass="p">} </span><spanclass="s">localhost:7272</span><spanclass="p"></span>
@@ -235,15 +235,15 @@ export default {
235235
items: [
236236
{
237237
text:
238-
'<p> Let\'s start with a real-life example from our <a href="https://bitbucket.org/robotframework/webdemo">web demo project</a>. Here we have a test suite with one test case which tests that login is valid. As you can see, test data syntax is based on <span>keywords</span>. </p> <p> Keywords are composable, meaning you can define new keywords that use pre-existing keywords. This way, you can abstract details of testing to something that makes immediate sense; for example, we don\'t need to know what exactly the step <span>Submit Credentials</span> actually does, unless we want to. Test cases are therefore clear and readable, with just the right level of abstraction to convey the <span>intent</span> of the test, rather than the nuts and bolts. </p> <p> See next example for what you\'re going to get once this example is run! </p>'
238+
'<p> Let\'s start with a real-life example from our <a href="https://github.com/robotframework/WebDemo">web demo project</a>. Here we have a test suite with one test case which tests that login is valid. As you can see, test data syntax is based on <span>keywords</span>. </p> <p> Keywords are composable, meaning you can define new keywords that use pre-existing keywords. This way, you can abstract details of testing to something that makes immediate sense; for example, we don\'t need to know what exactly the step <span>Submit Credentials</span> actually does, unless we want to. Test cases are therefore clear and readable, with just the right level of abstraction to convey the <span>intent</span> of the test, rather than the nuts and bolts. </p> <p> See next example for what you\'re going to get once this example is run! </p>'
239239
},
240240
{
241241
text:
242-
'<p> Executing the test suite file from previous example, we get the meat and bone of Robot Framework: A comprehensive debriefing on what happened in the test execution in two parts: the <span> Report</span> and the <span>Log</span>. </p> <p>This Report and Log are based on executing the test suite described in the previous example and is from our <a href="https://bitbucket.org/robotframework/webdemo">web demo project</a>.</p><p> Report details clearly viewable statistics including Pass/Fail ratios and elapsed times. This gives you great overview on the test execution. </p> <p> Log details statistics from each step of the test execution, from keyword to keyword. It enables you to drill down on the specifics of the test in case of failure or otherwise. </p>'
242+
'<p> Executing the test suite file from previous example, we get the meat and bone of Robot Framework: A comprehensive debriefing on what happened in the test execution in two parts: the <span> Report</span> and the <span>Log</span>. </p> <p>This Report and Log are based on executing the test suite described in the previous example and is from our <a href="https://github.com/robotframework/WebDemo">web demo project</a>.</p><p> Report details clearly viewable statistics including Pass/Fail ratios and elapsed times. This gives you great overview on the test execution. </p> <p> Log details statistics from each step of the test execution, from keyword to keyword. It enables you to drill down on the specifics of the test in case of failure or otherwise. </p>'
243243
},
244244
{
245245
text:
246-
'<div> <p> Keywords can be defined outside of the test suite and be imported as an external resources. This means you can collect generally useful keywords to one place and share them throughout your project, keeping also the testing <a href="http://en.wikipedia.org/wiki/Don\'t_repeat_yourself">DRY</a>! </p> <p> Below, we have test case testing invalid login in <a href="https://bitbucket.org/robotframework/webdemo">our very own web demo</a>. As you can see, we can abstract away a lot of necessary, but ultimately non-expressive nuts and bolts of the testing to the <span>resource file</span>.</p>'
246+
'<div> <p> Keywords can be defined outside of the test suite and be imported as an external resources. This means you can collect generally useful keywords to one place and share them throughout your project, keeping also the testing <a href="http://en.wikipedia.org/wiki/Don\'t_repeat_yourself">DRY</a>! </p> <p> Below, we have test case testing invalid login in <a href="https://github.com/robotframework/WebDemo">our very own web demo</a>. As you can see, we can abstract away a lot of necessary, but ultimately non-expressive nuts and bolts of the testing to the <span>resource file</span>.</p>'
247247
},
248248
{
249249
text:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp