Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
Hikari
6 posts
members
[Automation] Selenium Headless Chrome
I usually using headless to run automation script because it's a very useful mode for automated testing. Today i will introduce to you Headless mode. So what is headless mode? It 's a mode that operat
Hikari
Nov 8, 2022 | 2 min read
members
[Automation] Xpath in Selenium
What is Xpath? Xpath(XML Path Language) is a simple syntax (language) to specify elements and attribute values from XML/HTML documents that have a tree structure. Web pages are usually written in HTML
Hikari
Nov 8, 2022 | 3 min read
members
[Automation] How to get Selenium to wait for a page to load
In my experience with many automation projects at Shift ASIA, I realize that one of the most popular bug while running automation script is about waiting time to page load missing. The reason is when
Hikari
Oct 19, 2022 | 2 min read
testing
members
Manual Testing vs Automation Testing
In this article I'll write about the difference between manual testing and automation testing. Manual TestingManual Testing is a type of software testing in which test cases are executed manually by a
Hikari
Nov 17, 2021 | 3 min read
testing
members
Ruby on Rails testing: RSpec framework
I've been using Rspec to configure my test automation source code and today I want to introduce Rspec testing framework to all of you. RSpec is the most popular Ruby on Rails testing framework accord
Hikari
Nov 17, 2021 | 2 min read
testing
members
[Rails] Introduction of Rubocop
When I joined a Ruby test automation project a year ago at SHIFT ASIA, I had used RuboCop tool for the first time. RuboCop is a Ruby source code analysis tool that automatically checks if your code co
Hikari
Oct 20, 2021 | 1 min read
Load more posts