Why Should We Use Robot Framework?

Although we can automate the Functionality through Many Automation Framework Like Selenium, Appium, Robotium, UFT, etc.., we can not take the leverage of the automation tools to make a test Driven Program. In this post we will learn about Why Should We Use Robot Framework? Robot Framework is a generic test automation framework for acceptance […]

How To Change PyCharm Editor Font Size

By default when we will install PyCharm it will show the small font in all the files. Which is small to be visible with a small monitor. To show this letter with the big font we need to increase the font size of the Pycharm Editor. In this post, we will describe how to change […]

Different Types of Test Cases in Software Testing

Their are Different Types of Test Cases in Software Testing but the mostly used test cases in software testing are 1.Functionality Test Cases 2.User Interface Test Cases 3.Performance Test Cases 4.Integration Test Cases 5.Usability Test cases 6.Database Testing Test Cases 7.Security Test Cases 8.User Acceptance Test cases 9.Unit test cases 1.Functionality Test Cases/Functional Test Case […]

Important Selenium Interview Questions And Answers

These are the major question asked in the interview Important Selenium Interview Questions And Answers 1) What is Selenium and what is Selenium composed of? Selenium is a  test suite of  for automated web testing.  It is composed of   Selenium IDE (Integrated Development Environment) :  It is record and run tool for recording and playing […]