Print Page | Close Window

Reading QC manual testcase steps with QTP?

Printed From: One Stop Testing
Category: Testing Tools @ OneStopTesting
Forum Name: QuickTest Pro @ OneStopTesting
Forum Discription: QuickTest Pro is a fresh approach to automated software and application testing that addresses testing needs of both business analysts and Quality Assurance professionals.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=2685
Printed Date: 18Jul2025 at 4:25am


Topic: Reading QC manual testcase steps with QTP?
Posted By: tanushree
Subject: Reading QC manual testcase steps with QTP?
Date Posted: 05Oct2007 at 1:10am
Set oTest = QCUtil.CurrentTest
Set oSteps = oTest.DesinStepFactory
Set allSteps = oSteps.NewList("")

For each oStep in allSteps
Print oStep.StepName
Print oStep.StepDescription
Print oStep.StepExpectedResult
Next



Print Page | Close Window