🎉🎉🎉My first Talk is published with almentor.net the 1st E-Learning and Personal Development in the Middle East The talk about Test Automation because it's become the most important topic in all software development companies, you will learn how to start your journey in Test Automation in a few steps. New experience and hope it will … Continue reading My first Talk is published with almentor.net
Category: Testing
Arabic Automation Testing Guild Live Talks – Discussion about Test Automation Market
Arabic Automation Testing Guild Live Talks – Restful API Automation and Manual Testing
Arabic Automation Testing Guild Live Talks – 3rd talk
My 3rd talk and about Testing in DevOps world https://www.youtube.com/watch?v=Z6qLmLl53GQ
Automation Testing الخطوات اللى هتبدأ بيها تتعلم
السلام عليكم ف البوست ده هنتكلم ان شاء الله عن إيه الخطوات اللى هتبدأ بيها تتعلم Automation Testing برده من واقع شوية خبره ليس أكتر 🙂 أحنا هنا بنتكلم بشكل Generic مش هنتكلم عن Tool معينة أو Framework أو لغة معينة أو مفضلة لأ الموضوع عام ف البداية ممكن نتكلم هنا عن نوعين من الناس ف … Continue reading Automation Testing الخطوات اللى هتبدأ بيها تتعلم
On Wednesday I will talking about Zalenium in Berlin
On Wednesday 09.05.2018 I will join Egyptian Techies in Berlin family to talking about Zalenium and How to run Selenium scripts using Docker and Selenium Grid ,the event will be hosted at Get Your Guide What is Zalenium? Zalenium is a Selenium Grid extension to scale your local grid dynamically with docker containers. It uses docker-selenium to run your tests in Firefox … Continue reading On Wednesday I will talking about Zalenium in Berlin
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!
Automated Layout Testing using Galen Framework
A very annoying task as you have to look at your website on a lot of different browsers. We used to perform a manual check on all these browsers at the end of website development, and as a result we get some layout issues and have to find hacks to fix these defects. But what if we … Continue reading Automated Layout Testing using Galen Framework
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
The top Git commands
Git is a free and open source distributed version control system designed to handle everything from small to very large projects with speed and efficiency. Here are the top Git commands: git checkout X git checkout -b new-branch git commit * git add . git add <specific filename> git status git pull = git fetch … Continue reading The top Git commands