Skip to content

This workshop is show you zero to basic hero to develop automate Robot framework using Appium Library

Notifications You must be signed in to change notification settings

JARNBOY/QuizApp_RobotFramework_Demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Robot framwork - Mobile Automation

This workshop is part of shreknowledge my blog

(link)

Folder Pattern for Test Case / Object Repository

Folder Standard Format will be:

   REBOTFRAMWORK-QuizAPP
    ├── keyword (keyword Store)  
    │   |   ├── android
    |   |   |   ├──common
    |   |   |   |   ├──common_keywords.robot
    |   |   |   |    ...
    |   |   |   ├──pages (Store element and keyword per features)
    |   |   |   |    ├──main.robot
    |   |   |   |    |   
    |   |   |   |    ├──quizQuestion.robot 
    |   |   |   |    |   
    |   |   |   |    ├──result.robot 
    |   |   |   |    |
    |   |   |   |    ...
    │   |   ├── ios
    |   |   |   ├──common
    |   |   |   |   ├──common_keywords.robot
    |   |   |   |    ...
    |   |   |   ├──pages (Store element and keyword per features)
    |   |   |   |    ├──main.robot
    |   |   |   |    |   
    |   |   |   |    ├──quizQuestion.robot 
    |   |   |   |    |   
    |   |   |   |    ├──result.robot 
    |   |   |   |    |   
    |   |   |   |    ...  
    ├── resources (Test Data Store)     #importFeatures.robot    #importPages.robot   #import.robot
    │   |   ├── config
    |   |   |   ├── android
    |   |   |   |    ├──envConfig.yaml 
    |   |   |   ├── ios
    |   |   |   |    ├──envConfig.yaml 
    │   |   ├── test_data
    |   |   |   ├── android
    |   |   |   |    ├──userPlayQuiz.yaml 
    |   |   |   |    |   ...         
    |   |   |   ├── ios
    |   |   |   |    ├──userPlayQuiz.yaml
    |   |   |   |    |  ...   
    │   |   ├── translation
    |   |   |   ├── quizquestion.yaml
    |   |   |   ...
    ├── testcase
    │   |   ├── inputNameStartQuizSuccess.robot
    |   |   |   
    |   |   ├── quizSelectChoiceOneOnly.robot
    |   |   |   ...# QuizApp_RobotFramework_Demo

About

This workshop is show you zero to basic hero to develop automate Robot framework using Appium Library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published