Automation Laboratories
63 subscribers
16 photos
2 videos
98 links
We provide services ๐Ÿ”ถ Software Development ๐Ÿ”ถ DevOps & Agile ๐Ÿ”ถ Automation ๐Ÿ”ถ Testing ๐Ÿ”ถ Mobile ๐Ÿ”ถ Performance ๐Ÿ”ถ Security ๐Ÿ”ถ API ๐Ÿ”ถ ETL ๐Ÿ”ถ AI ๐Ÿ”ถ IOT ๐Ÿ”ถ Auditing ๐Ÿ”ถ AWS ๐Ÿ”ถ Azure cloud ๐Ÿ”ถ AWS ๐Ÿ”ถ Hiring ๐Ÿ”ถ Digital Marketing ๐Ÿ”ถ On-demand Resources
Download Telegram
Nightwatch.js automated testing framework article 6 minutes read

https://www.automationlaboratories.com/javascript/nightwatch-js/

What is Nightwatch.js? Nightwatch.js is an automated testing framework for web applications written in Node.js and using the W3C WebDriver API (formerly Selenium WebDriver). It is a complete browser (End-to-End) testing solution which aims to simplify the process of setting up a Continuous Integration and writing automated tests. nightwatch.js can also be used to write Node.js unit tests. nightwatch.js gives the flexibility.

#testing #writing #writing #requirements #python #javascript #selenium #java #automation
PhantomJs automated testing framework article 3 minutes read

https://www.automationlaboratories.com/headless-automation/phantomjs-selenium/

PhantomJs is a webkit which runs headless with an inbuilt javascript API. It is quite fast as compared to running tests using selenium web driver.

phanthom- Automation Laboratories
As the person can use his own implementation technique to automate test suites using phantomjs. For example I used Java to implement the test scenarios with phantomjs selenium as a browser to run the desired test cases.


#testing #writing #writing #requirements #python #javascript #selenium #java #automation
#learning #shadowdom : We canโ€™t access the shadow dom elements like other web elements.
Like driver.findElement(..) canโ€™t be used directly to handle shadow dom elements.
1) Here first we need to locate the host element of shadow root then
2) Get the access of shadow dom using JS through host element, it can be called as last element.
3) Now shadow dom elements can be accessed using this last element.


To understand more about it in details with practical scenario, please checkout this video tutorial-
https://www.youtube.com/watch?v=yVmLU9VzZWw


#selectorshub #shadowdom #selenium #XPath