Tell me more ×
Software Quality Assurance & Testing Stack Exchange is a question and answer site for software quality control experts, automation engineers, and software testers. It's 100% free, no registration required.

The Execution status of scripts is different in Test lab and test plan ,seems the execution status is not getting updated for some scripts in test plan . the scripts are passed in test lab but in test plan ,the execution status shows no run or not completed

let me know the solution to overcome this issue ...

i am using QC 11

share|improve this question

1 Answer

In QC/ALM Test Plan and Test Lab are completely different.

Tests are generated in test plan. Scripts are not executed from this location. This is where they are stored.

Tests are run out of Test Lab. You map the test lab suites to pull the tests from test plan. The execution status is tracked in the lab. You can't change that status in plan. You could easily use the same script in 10 different instances in lab so you wouldn't want it to update plan. Hope that makes sense.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.