Guest User

Untitled

a guest
Dec 15th, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. *** Settings ***
  2. Documentation This suite also demonstrates using setups and teardowns in
  3. ... different levels.
  4. Resource nw_res.txt
  5. Library network_library.BaseClass
  6. Library ${CURDIR}/../Helper/conf_parser.py
  7. Library ${CURDIR}/../Helper/utilities.py
  8.  
  9. *** Test Cases ***
  10.  
  11. TC001 : Check If User Is Able To Browse Data
  12. [Documentation] This TC will check if user is able to browse data
  13. after session is up or not
  14. [Tags] build_verification sanity quick_regression
  15. Log To Console Started Test Execution
  16.  
  17. Log To Console STEP 1 : Check Version no_newline=false
  18. Check Build Version
Add Comment
Please, Sign In to add comment