It's All Writing.

Writing makes you happy.

Entries from 2019-04-01 to 1 month

How to delete child records ( cascade deleting ) at the time of deleting parent record.

I wrote The application in which have the structure in which User ( parent record ) has many Comments ( children records ). And I tried to implement cascade deleting ( at the time of deleting User (parent record ), I also want to delete Co…

How to make a End-to-End Testing by WebdriverIO and Microsoft Excel.

I explained the way to convert xlsx to JSON and a basis of WebdriverIO by entry in last time and the time before last.Now, I’ll explain “How to make a End-to-End Testing by WebdriverIO and Microsoft Excel.”. Prepare Now, I’ll prepare the e…

Basis of WebdriverIO

Basis of WebdriverIO WebdriverIO is a End-to-End Testng tool for a Web Application.It implements all Webdriver protocol commands and provides that you can manipulate that by Node.js. Previous entry, I explained the way to take JSON out fro…

How to make a specification which is executable and inspectable.

I explain how to make a specification which is executable and inspectable through some entries continued. The following technologies is used. Node.js JSON WebdriverIO Microsoft Excel ( Please don’t hate! Excel is one of the most suitable t…