Scope for Software Testing

29. April 2019 Uncategorized 0
Building a career in software testing is a result of continuous effort, business understanding, scripting knowledge , knowledge of an array of different testing types like security, mobile apps, performance, cloud, etc. We can say that software testing is not just a single technology and it is so much more than that. Unlike any other ...

Automation Scripting

29. April 2019 Uncategorized 0
    Automation Scripting became the new generic  since the IT is all about that ‘lines of code’. The test operations grew increasingly automated and scripting skills became essential to the growth of your career in Software Testing. The need for automated testing grew when there came a need for skills more than the capability ...

Manual and Software Testing – FAQ  Part 3

22. April 2019 Uncategorized 0
  Mention some examples of Bug Severity and Bug Priority? High Priority & High Severity: Submit button is not working on a login page and customers are unable to login to the application Low Priority & High Severity: Crash in some functionality which is going to deliver after couple of releases High Priority & Low ...

Manual and Software Testing – FAQ  Part 2

22. April 2019 Uncategorized 0
    What is Defect Cascading in Software Testing? Defect cascading in Software testing means triggering of other defects in an application. When a defect is not identified or goes unnoticed while testing, it invokes other defects. It leads to multiple defects in the later stages and results in an increase in a number of ...

Manual and Software Testing – FAQ  Part 1

22. April 2019 Uncategorized 0
    What is Monkey Testing? Perform abnormal action on the application deliberately in order to verify the stability of the application. What is Usability Testing? To verify whether the application is user-friendly or not and was comfortably used by an end user or not. The main focus in this testing is to check whether ...

Manual Testing Interview Questions Part 1

22. April 2019 Uncategorized 0
  What is Functional Testing? In simple words, what the system actually does is functional testing. To verify that each function of the software application behaves as specified in the requirement document. Testing all the functionalities by providing appropriate input to verify whether the actual output is matching the expected output or not. It falls ...

Performance Testing,Load testing, Stress Testing

22. April 2019 Uncategorized 0
Performance Testing,Load testing, Stress Testing – These three terms are often misunderstood and wrongly interpreted as same concepts. But there are huge differences between these three types of software testing. Before looking into the differences, let us understand what each one suggests. Performance Testing What is Performance Testing? Performance testing is the testing that is ...

Advantages of Using Selenium for Automated Testing

22. April 2019 Uncategorized 0
  Selenium supports all major languages like Java, Python, JavaScript, C#, Ruby, and Perl programming languages for software test automation.You can write your scripts in any of these programming languages and Selenium converts it into Selenium compatible codes in no time. So, there is no need for knowing Selenium only languages. Every Selenium supported language ...

Software Testing Interview Questions Part 2

22. April 2019 Uncategorized 0
    What is Test Case? Test cases are the set of positive and negative executable steps of a test scenario which has a set of pre-conditions, test data, expected result, post-conditions and actual results. What is Test Bed? An environment configured for testing. Test bed consists of hardware, software, network configuration, an application under ...

Software Testing Interview Questions – Part 1

22. April 2019 Uncategorized 0
  What is Software Testing? According to ANSI/IEEE 1059 standard – A process of analyzing a software item to detect the differences between existing and required conditions (i.e., defects) and to evaluate the features of the software item. What are Quality Assurance and Quality Control?    Quality Assurance: Quality Assurance involves in process-oriented activities. It ...