Posts

Testing done by using selenium

Image
Test done using selenium: A software testing framework provides an environment for the automation test scripts to run. With the use of the structure, users can work efficiently with the automation test scripts, including development, execution and reporting. Test levels: • Unit test • Integration test • System test • Acceptance test. Selenium webDriver : It is an open source software testing tool that supports many different browsers. It also supports several different software programming languages, such as Python, Ruby, C #, Java, PHP and Perl, so you can create your test cases using your preferred language. Current days, Most popular language It is Java to prepare your cases for software application automation test with selenio webdriver. XPath is defined as XML path. It is a syntax or language to find any element in the Web page by means of the XML path expression. XPath is used to locate the location of any element on a Web page using the HTML structure DOM.