Posts

Interview Question On Manual / Automation Tester

Image
                                         Want to become Manual /Automation Tester     Why testing is so important?     When developer build an application by using respective language then at this stage testing plays an important role for solving technical & nontechnical issue. If we release the application without testing then it will get directly impacted on business.     What is mean by software project?     Software related issue solve by software engineer through software development     process called as SDLC (Software Development Life Cycle ).          Which are the types of SDLC process?       1)  LCD --- Life Cycle Development       2)   LCT  --- Life Cycle Testing                                                                                       What is BRS?                    BRS is design by business analyst this document defines requirement of customer to be develop as software. This document acts as bridge between customer language &   technical terminolo

Python Selenium Testing Framework

  Python Selenium Testing Framework Why python use for testing purpose ?      Python is easy to understand & easy for writing codes. Now a days world is moving towards Artificial Intelligence & Machine Learning & python plays a crucial role for that. To solve complex problem in AI & ML, Python use for coding purpose than Java.c#,etc. Because when we write a specific code in java or c# in 3 to 4 lines python do it in single line. This is  the smartness of python language.     Due to implementation of AI & ML testing world is slowly moving towards python testing framework (Pytest) similar to TestNg, Junit. Because of pytest framework developer as well as tester realax due to python easy code indentation compare to other programming language such as Java ,c# ,c,c++. Why Selenium?     Selenium is open source automation tool & it provides a strong environment to Java,C# , & Python as well. It can be easily integrate with python & other programming languages.