Hikari

6 posts
[Automation] Selenium Headless Chrome
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
[Automation] Xpath in Selenium
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
[Automation] How to get Selenium to wait for a page to load
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
Manual Testing vs Automation Testing
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
Ruby on Rails testing: RSpec framework
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
[Rails] Introduction of Rubocop
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