Web
Mobile
DevOps
Testing
Misc
Privacy Policy
Contact
from
SHIFT ASIA
Web
Mobile
DevOps
Testing
Misc
Contact Us
Hikari
8 posts
members
Date Picker Component
When building a website, especially registration forms, we often see the use of Date Pickers for users to register data in the form of dates, months, hours, and minutes,... React supports Date compone
Hikari
May 12, 2025 | 3 min read
members
Introduction to React
I am participating in a project using React language and learning a lot of experience from it. In my opinion, this is a very accessible language even if you are not a technical professional and I have
Hikari
Mar 6, 2025 | 2 min read
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