-
Jira
What is JIRA? JIRA is a tool developed by Australian Company Atlassian. It is used for bug tracking, issue tracking, and project management. The name “JIRA” is actually inherited from the Japanese word “Gojira” which means…
-
SQL
Table – EmployeeDetails EmpId FullName ManagerId DateOfJoining 121 John Snow 321 01/31/2014 321 Walter White 986 01/30/2015 421 Kuldeep Rana 876 27/11/2016 Table – EmployeeSalary EmpId Project Salary 121 P1 8000 321 P2…
-
Core Java
1. What is Java? Java is an object-oriented programming language, developed in 1995 by Sun Microsystems. It is a computer-based platform and is used to develop applications. 2. What are some features of…
-
Selenium
Ques.1. What is Selenium? Ans. Selenium is a robust test automation suite that is used for automating web based applications. It supports multiple browsers, programming languages and platforms. Ques.2. What are different…
-
Manual Testing
1.What is SoftwareTesting? Software testing is an activity to check whether the actual result match the expected result and to ensure that the software is defect free. 2. Why…