Forum Discussion
3 Replies
Hi Sridhar,
You can just record a test that will enter some text to the needed text box. Please read the "Recording Tests - Overview" article to learn more. Also, I recommend that you visit the "Testing Web Pages With TestComplete" article describing how to test web pages with TestComplete.- sridharp_mcfContributorHi David
Can't we do this through VBScript, is the recording only way to do this
Sridhar
Hi Sridhar,
You can create a test manually. To do this, you need to find the path to the needed text box in the object tree (you can do this in the Object Browser), after that, you need to determine the property that you can use to set some text to the control. The easiest way is to record a script (you can record a script in VBScript as well) - in this case, TestComplete performs all these actions automatically.