Skip to content

Commit 06a46d6

Browse files
committed
updated readme.md
1 parent 4fbd21a commit 06a46d6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ The purpose of the project is to display Keyword driven framework for web applic
1818
* Assertions : Hard & Soft
1919

2020
## Project Structure
21-
<img align="right" width="350" height="150" src="Image/frameworkstructure.PNG">
22-
<br />
21+
<img align="right" width="350" height="150" src="Image/frameworkstructure.PNG"><br />
22+
2323
* Helper:-
2424
In this directory we will have centralized the functions we will using in the tests to perform steps, this way it keeps code clean and easy to maintain. If need to change won’t have to change in all tests in corresponding test file infact just change here. Next you will observe no hard-coded values used in any of helper functions all test data is centralized as well in ApplicationProperties.robot. We have CommonHelper.robot which holds common keywords which will be used repeatedly to achieve reusability
2525

0 commit comments

Comments
 (0)