TC Copy query syntax from SpecialAsk
From SeleniumSMW_AUT
This test case tests the use case MU Copy query syntax from SpecialAsk and is dedicated to Queries.
Contents |
Story
setUp
- go to the Special:Ask page
- enter to the Query text field
[[We want::to test]] [[The query::syntax]] [[Category:Test case]]
- enter to the Addtional data text field
?Question ?Mark
- enter sort by "?Mark" and ascending
- choose format "Table"
- set following options:
- limit =50
- headers = show
- main lable = Test table
- default = Test default
tests
DO NOT LOAD PAGE AGAIN
- click on "Show embed code"
- check the syntax which appears, the code must be:
{{#ask:[[We want::to test]]
[[The query::syntax]]
[[Category:Test case]]
|?Question
|?Mark
|format=table
|limit=50
|headers=show
|mainlabel=Test table
|default=Test default
|order=ASC
|sort=?Mark
|offset=0
}}
tearDown
- move to Main Page
Further information
This test case was exported to php files on 2011-07-04.
This test case has one prerequisite: TC SpecialAsk provides GUI for queries