TC Use disjunction of requirements to select pages
From SeleniumSMW_AUT
This test case tests the use case MU Use disjunction of requirements to select pages and is dedicated to Queries.
Contents |
Story
setUp
- create a new page "TestPerson Frank Green"
- edit this page and enter:
[[Favored pizza::Speciale]] [[Favored drink::Gin Fizz]]
- create a new page "TestPerson Linda Black"
- edit this page and enter:
[[Favored pizza::Funghi]] [[Favored drink::Gin Tonic]]
- create a new page "TestPerson Carlos Swan"
- edit this page and enter:
[[Favored pizza::Speciale]] [[Favored drink::Mojito]]
- create a new page "TestPerson Nina Yellow"
- edit this page and enter:
[[Favored pizza::Quattro Formaggi]] [[Favored drink::Mojito]]
tests
- check semantic search:
- go to Special:Ask
- enter
[[Favored pizza::Speciale]] OR [[Favored drink::Mojito]]
to the Query field and start the query - check if "TestPerson Frank Green", "TestPerson Carlos Swan" and "TestPerson Nina Yellow" are present
- verify that "TestPerson Linda Black" is not present
tearDown
- delete "TestPerson Frank Green"
- delete "TestPerson Linda Black"
- delete "TestPerson Carlos Swan"
- delete "TestPerson Nina Yellow"
- move to MainPage
Further information
This test case was exported to php files on 2011-07-05.
This test case has two prerequisite: TC SpecialAsk provides GUI for queries and TC Select pages by property value
Facts about TC Use disjunction of requirements to select pagesRDF feed