index
:
vk-api-testing.git
main
task-1
task-2
task-3
task-4
task-5
testing-framework
Unnamed repository; edit this file 'description' to name the repository.
SelfLearner
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Collapse
)
Author
2022-10-14
Solve 1st test case
Mavlushechka
2022-10-07
Solve 1st test case
Mavlushechka
2022-10-04
Create RequestMethod enum
Mavlushechka
2022-10-04
Remove findElement methods from WebDriverUtils driver utility class
Mavlushechka
2022-10-04
Create Status enum
Mavlushechka
2022-10-04
Make private spec field public
Mavlushechka
2022-10-04
Add getResponseCode methods to JSONPlaceholderAPIManager utility class
Mavlushechka
2022-10-04
Create Endpoint enum
Mavlushechka
2022-10-04
Move often used config data to variables
Mavlushechka
2022-10-04
Replace spec parameters by ids of objects
Mavlushechka
2022-10-04
Rename JSONPlaceholderAPI utility class to JSONPlaceholderAPIManager
Mavlushechka
2022-10-04
Create JSONPlaceholderAPI utility class
Mavlushechka
2022-10-03
Move isPostsAscending logic to Posts utility class
Mavlushechka
2022-10-03
Move enums to constants package
Mavlushechka
2022-10-03
Move enums to constants package
Mavlushechka
2022-10-03
Revert "Remove Browser enum"
Mavlushechka
This reverts commit 472ebdb7276be92ed3640872b0464fbc84f037b6.
2022-10-03
Break the loop after finding a user with id 5
Mavlushechka
2022-09-29
Remove Browser enum
Mavlushechka
2022-09-28
Solve 1st test case
Mavlushechka
2022-09-28
Use parse(String, String) method instead of removed parseData(String, ↵
Mavlushechka
String) method
2022-09-28
Rewrite JSONParser utility based on json-simple to org.json
Mavlushechka
2022-09-28
Create HttpURLConnectionFactory driver utility class
Mavlushechka
2022-09-28
Create URLConnectionManager utility class
Mavlushechka
2022-09-28
Create FileParser utility class
Mavlushechka
2022-09-28
Add httpURLConnection config to config.json
Mavlushechka
2022-09-22
Use the scrollTo() method in the click() method before clicking on the ↵
testing-framework
Mavlushechka
element in BaseElement class
2022-09-22
Add the scrollTo() protected method to the BaseElement class
Mavlushechka
2022-09-22
Add the scrollTo(WebElement) method to the ActionUtils class
Mavlushechka
2022-09-22
Add checking visibility of an element before finding the element in the ↵
Mavlushechka
BaseElement class
2022-09-22
Add the isInvisible() method to the BaseElement class
Mavlushechka
2022-09-22
Change webDriverWait.durationOfSeconds config value from 3 to 15
Mavlushechka
2022-09-22
Set 'uniqueElement' and 'name' private fields protected in BaseForm class
Mavlushechka
2022-09-21
Add clear() method to Field class
Mavlushechka
2022-09-21
Add capitalizeFirstLetter() method to StringUtils class
Mavlushechka
2022-09-20
Add testing framework
Mavlushechka