It was an honor for me to give a talk about "Continous Testing and Mobile DevOps" at GDG DevFest Berlin 2019. About the talk: Build your Mobile CI/CD pipeline in a few steps. Mobile DevOps is a practice of bringing the different disciplines involved in developing, testing, releasing, and operating software into being functional inside … Continue reading GDG DevFest Berlin – Continuous Testing and Mobile DevOps
Category: E2E Testing
Continuous Testing and Mobile DevOps Session
It was an honor for me to give a talk about "Continous Testing and Mobile DevOps using Bitrise and Sauce Labs" at Continuous Testing Meetup in Berlin. About the talk: Build your Mobile CI/CD pipeline in a few steps. Mobile DevOps is a practice of bringing the different disciplines involved in developing, testing, releasing, and … Continue reading Continuous Testing and Mobile DevOps Session
Arabic Automation Testing Guild Live Talks – 3rd talk
My 3rd talk and about Testing in DevOps world https://www.youtube.com/watch?v=Z6qLmLl53GQ
My First Course Published on Udemy!
Today I become an official Udemy instructor and Udemy approved my course about “Selenium Webdriver From Foundation to Framework in Arabic” , the first course for automation testing in Arabic. 👨💻 🤖 After 5 months of preparing , recording , coding , watching videos and reading different books related to automation and Selenium. Now you can start with this course from … Continue reading My First Course Published on Udemy!
End-to-End Web Testing with TestCafe
A Node.js tool to automate end-to-end web testing.Write tests in JS or TypeScript, run them and view results What is E2E Testing ? End-to-end testing is where you test your whole application from start to finish. It involves assuring that all the integrated pieces of an application function and work together as expected. End-to-end tests … Continue reading End-to-End Web Testing with TestCafe
Testing AngularJS apps with Protractor
Are you working on AngularJS applications? Are you searching for a test framework to do End-to-End testing in Angular applications more effectively? Most of us are familiar with Selenium WebDriver which we use to automate the browsers. But being frustrated with all the waits needed for the WebDriver to sync with the app, causing flakes and prolonged … Continue reading Testing AngularJS apps with Protractor