Automated testing with QuickTest addresses these problems by dramatically
speeding up the testing process. The QuickTest testing process consists of 7 main phases:
Phase 1 :Preparing to record
Before you record a test, confirm that your application and QuickTest are set
to match the needs of your test. The application should display elements that you want to record.
Phase 2 :Recording a session on your application
QuickTest graphically displays each step you perform as a row in the Keyword View as you navigate through the application.
Phase 3 :Enhancing your test
- To test whether application is running correct, insert checkpoints that lets you search a specific value of page, object, or text string.
- Broadening the scope of your test, by replacing fixed values with parameters, lets you check how your application performs the same operations with multiple sets of data.
- Adding logic and conditional or loop statements enables you to add sophisticated checks to your test.
Phase 4: Debugging your test
Test is debugged to ensure that it is operating smoothly.
Phase 5: Running your test
Test is run to check the behavior of the application or website. QuickTest opens the application, or connects to the Web site, and performs each step in your test.
Phase 6: Analyzing the test results
Test results are examined to pinpoint defects in your application.
Phase 7: Reporting defects
Defects recovered can be reported to a database if the Quality Center is installed.
Friday, July 16, 2010
QuickTest Professional : Phases of QuickTest Testing Process
Posted by
Sunflower
at
7/16/2010 08:31:00 PM
0
comments
Labels: Application, Automated Testing, Manual Testing, Phases, Process, QuickTest, Seven, Testing Management Tools, Testing tools, Tools
|
| Subscribe by Email |
|
Tuesday, March 9, 2010
Open System Interconnection Reference Model - OSI Model
The OSI Reference Model is founded on a suggestion developed by the International Organization for Standardization (ISO). The model is known as ISO OSI (Open Systems Interconnection) Reference Model because it relates with connecting open systems – that is, systems that are open for communication with other systems. It was developed in 1984. It defines a networking framework for implementing protocols in seven layers.
Layers in the OSI model are ordered from lowest level to highest.The stack contains seven layers in two groups:The layers are stacked this way:
* Application
* Presentation
* Session
* Transport
* Network
* Data Link
* Physical
The upper layers of OSI model are application, presentation and session layer. The software in these layers performs application-specific functions like data formatting, encryption, and connection management.
The lower layers are transport, network, data link and physical layer. These layers provide more primitive network-specific functions like routing, addressing,and flow control. 
Benefits of OSI model
- Helps users understand how hardware and software elements function together.
- OSI is independent of country.
- OSI is independent of the operating system.
- Makes troubleshooting easier by separating networks into manageable pieces.
- Helps users understand new technologies as they are developed.
Posted by
Sunflower
at
3/09/2010 12:36:00 PM
1 comments
Labels: Benefits, Certification Models, Layers, Network, Networking framework, Open System Interconnection Reference Model, Operating Systems, OSI, Protocol, Seven, Stack
|
| Subscribe by Email |
|