Forum Discussion
Andrey_M
12 years agoContributor
Hi Joseph.
Don't you mind if I create this function using JScript (I think that real working solution may be the best tutorial for you on how to create/implement user forms)?
In case if you don't care about scripting language I need some clarifications on requirements:
- is prompt requred to inform user what action he should perform?
- is user input required (user's comments, not mandatory) in case of test step failure? These comments can be posted into additional tab of log string.
I think that user form should contain two check boxes initially empty for Passed/Failed and one pushbutton Proceed to avoid accidental clicks. If user clicks Proceed without checking Passed or Failed, the user form should stop him (return back) and clarify what action is required.
Developing this approach we can create a suite in TC for manual testers and beat HPQC :)
Don't you mind if I create this function using JScript (I think that real working solution may be the best tutorial for you on how to create/implement user forms)?
In case if you don't care about scripting language I need some clarifications on requirements:
- is prompt requred to inform user what action he should perform?
- is user input required (user's comments, not mandatory) in case of test step failure? These comments can be posted into additional tab of log string.
I think that user form should contain two check boxes initially empty for Passed/Failed and one pushbutton Proceed to avoid accidental clicks. If user clicks Proceed without checking Passed or Failed, the user form should stop him (return back) and clarify what action is required.
Developing this approach we can create a suite in TC for manual testers and beat HPQC :)