Saturday, November 26, 2011

Risk analysis

Risk Analysis In this tutorial you will learn about Risk Analysis, Technical Definitions, Risk Analysis, Risk Assessment, Business Impact Analysis, Product Size Risks, Business Impact Risks, Customer-Related Risks, Process Risks, Technical Issues, Technology Risk, Development Environment Risks, Risks Associated with Staff Size and Experience. Risk Analysis is one of the important concepts in Software Product/Project Life Cycle....

Read more »

Friday, November 25, 2011

Testing tools

Let us consider an example scenario to explain the need for proper testing tools. A team of programmers develop a system for a client say client X. All the requirements which had been put forward by the client X are implemented by the programmers in this system. For a few inputs the system is tested and it gives the desired output. This system is delivered to the client X .The client X uses his own set of inputs and finds...

Read more »

Thursday, November 24, 2011

Internationalization and localization

The general ability of software to be internationalized and localized can be automatically tested without actual translation, by using pseudolocalization. It will verify that the application still works, even after it has been translated into a new language or adapted for a new culture (such as different currencies or time zones). Actual translation to human languages must be tested, too. Possible localization failures include: Software...

Read more »

Wednesday, November 23, 2011

Security Testing

Security Testing is an indispensable part of Web application development life cycle due to increase in privacy breaches in businesses and organizations. Testree embraces the industry standard testing methodology and keeps track of new vulnerabilities. Testree has repository of reusable Security test cases and gained proficiency in using Security testing tools (open source and industrial standard). Offer Testree helps to identify...

Read more »

Usability Testing

For many of us, usability testing is a necessary evil. For others, it’s too much work, or it’s too disruptive to the development process. As you might expect, I have issues with all that. It’s unfortunate that some teams don’t see the value in observing people use their designs. Done well, it can be an amazing event in the life of a design. Even done very informally, it can still show up useful insights that can help a...

Read more »

Stability Testing

With companies worldwide failing to get market access due to insufficient stability data the pressure to ensure that the regulatory requirements for stability testing are fulfilled, first time, has never been higher with the pharmaceutical industry as a whole focusing on cutting margins and avoiding recalls. ICH has created guidelines to regulate the major markets, however the WHO is pushing to amending those guidelines in...

Read more »

Tuesday, November 22, 2011

Java Test Tools

Java Test ToolsArquillian - Arquillian from JBoss enables you to test Java business logic in a remote or embedded container. Alternatively, it can deploy an archive to the container so the test can interact as a remote client. No longer does writing a test involve system administration tasks, custom scripts, copy-paste Maven configuration, full builds, test classpath mayhem, looking up resources manually or reliance on coarse-grained,...

Read more »

Load and Performance Test Tools

Load and Performance Test ToolsTsung - Free open-source multi-protocol distributed load testing tool supported by Process-One. Can be used to stress HTTP, WebDAV, SOAP, PostgreSQL, MySQL, LDAP and Jabber/XMPP servers. SSL is also supported. OS monitoring (CPU, memory and network traffic) using SNMP, Munin or Erlang agents on remote servers. XML configuration system; several sessions can be used to simulate different type of...

Read more »

Monday, November 21, 2011

Difference between Retesting and Regression Testing

When I think about regression testing, I think about any testing that involves the reuse of tests (manual or automated) or test ideas (regression charters for example -- a regression test does not necessarily need to be the exact same test) to manage the risks of change. This could include testing for bug fixes, testing to make sure a bug fix didn't break something else, or testing to make the introduction of new or changed...

Read more »

How to start the recording using QTP?

Record or click the Record button. When the Record and Run Settings dialog box opens to do this ;   In the Web tab, select Open the following browser when a record or run session begins.   In the Windows Applications tab, confirm that Record and run on these applications (opened on session start) is selected, and that there are no applications listed....

Read more »

Software Testing Wiki: My view

Software Testing Wiki: My view: Clean Code has more to say to the programmer. Clean Coder also resonates to testers from my point of vi...

Read more »

My view

Clean Code has more to say to the programmer. Clean Coder also resonates to testers from my point of vi...

Read more »

Test Harness

In software testing, a test harness or automated test framework is a collection of software and test data configured to test a program unit by running it under varying conditions and monitoring its behavior and outputs. It has two main parts: the Test execution engine and the Test script repository. Test harnesses allow for the automation of tests. They can call functions with supplied parameters and print out and compare...

Read more »

How to insert a Checkpoint in QTP

Inserting Checkpoints Check point is a verification point, it takes expected result from the user and compares with actual results during execution and provides test results. There are 11 Checkpoints available in QTP: 1.      Standard check point 2.      Text check point 3.      Text area check point 4.      Bit...

Read more »

Pages (20)123456 »