Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions

Archives: FAQs

Explain main elements of use case.

main elements of use case are Actor, System and Goal.Actor in Use case – is an end user, single or group of people, interacting with a processSystem is the process required to reach final outcome.Goal is successful user outcome.

What is use case?

Use case describes how person utilizes system or process to achieve his goal. it helps to assess entire process, which part of the process is error prone. Main elements of use case are Actor, System and Goal. Stakeholders, preconditions, and triggers are additional element s of the use case.

What is test case?

Test case is set of instructions and steps to be followed to validate particular feature should fulfill requirement specified in software requirement document. test cases can be derived from requirement traceability matrix, which is derived from requirement document.

What is Localization testing?

Localization tests verify that application can be used in specific region. The test includes user interface, language, currency format, date and time format for that specific continent or country having particular language dominance.Example, In case software developed specific for middle east, language will be Arabic, currency being riyal and dirham for united arab emirates. date …

What is Localization testing? Read More »

What is Compliance testing?

Compliance testing is a non-functional test that validates that the software designed meets all the prescribed standards as described in requirement document. for Example Vehicles in North America are made according to Canadian Environmental Protection Act 1999 (CEPA 1999), under this act Environment Canada has an authority to regulate emission from on-road engines

What is Reliability testing?

Reliability testing is carried out in order to confirm that software display reliable output that is same irrespective of test environment, operating system, browser etc.

What is Compatibility testing?

Compatibility testing are conducted to verify that software runs on various environments, operating systems without any conflicts. Compatibility of an application is tested across different Hardware configuration, operating systems like Ubuntu, Linux, windows, MacOS, Network, Browsers like firefox, chrome, opera, safari, various devices like desktop pc, laptop pc, mobile, etc.

What is dynamic testing?

For dynamic testing, application should have compiled code and executed in order to run application, various parameters such as CPU, memory, latency or time taken for output, are analyzed and recorded. Valid input values are prepared and expected output values are listed as requirement.Main test types included in dynamic testing are functional and non-functional testing. …

What is dynamic testing? Read More »

What is Static testing?

Software or an application is tested without executing code, such as Code Review, coverage that business logic is properly taken care is called Static testing. Variable declared but not used in code, undefined variables, unreachable code, syntax violations and code structure approved in organization.Tools like code compare, coverity, parasoft are used for s tatic code …

What is Static testing? Read More »