Home Home
  login

Gemini Community Support Site

This Gemini community support site can be used to find solutions to product issues. You can log in using Open Id, Google Profile and even Facebook. Feel free to ask a question or browse FAQs and documentation. Product tour videos are also available along with how-to videos demonstrating key Gemini capabilities.




Test Steps Edit Window Length

usage
testing

Is there a way to expand the length of the edit window in the step box in testing cases as shown by the attachment:

The text is as long as the first step but when I click in it the width of the box is too short to see all my text. I think it should be the width of the field.

teststep.jpg ]
User94653
· 1
User94653
Replies (1)
helpful
0
not helpful

You will need to change the html for the testing\controls\TestCaseStepSummaryUC.ascx file (change 50 to 100):

     InlineEdit(....gif', true, 50, 250, false, ...);

Mark Wing
· 9108
Mark Wing