To get html reports after every execution follow the below steps which is one time configuration
1. Open registry
Start > Run > Regedit and click enter
2. Registry will be opened
3. Navigate to HKEY_LOCAL_MACHINE\SOFTWARE\Mercury Interactive\QuickTest Professional\Logger\Media\Log
4. Change the active DWORD from 0 to 1.
5. Open QTP and run a test. After the execution, the HTML report will be generated and stored in the results folder with name "log"
AI in Software Testing: How Artificial Intelligence Is Transforming QA
For years, software testing has lived under pressure: more features, faster releases, fewer bugs, smaller teams. Traditional QA has done her...
-
Agile software development is a highly iterative and collaborative approach to software development that emphasizes flexibility and a...
-
Test-Driven Development (TDD) is a software development approach that emphasizes writing automated tests before writing the code. The appr...
-
AI Prompt (unit level) Prompt text “Generate unit test cases for \[function/module] in \[language/framework]. Include inputs, expected ...