data-driven testing help
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010
06:52 PM
04-14-2010
06:52 PM
data-driven testing help
Hi all I am using TestComplete and trying out the data driven testing tutorial in the help file. I used the recording script option, and recorded a script that performs one test iteration. When I run it, it works but when I divide the whole script into several routines(as instructed in the help file) and run the script I get an error.
In the populate form routine I receive this error
Object required: 'orders'
Unit: "Unit2" Line: 20 Column: 3.
Can anyone tell me what I'm missing I'll be posting the script routine that has an error
In the populate form routine I receive this error
Object required: 'orders'
Unit: "Unit2" Line: 20 Column: 3.
Can anyone tell me what I'm missing I'll be posting the script routine that has an error
1 REPLY 1
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2010
08:48 PM
04-14-2010
08:48 PM
Hi Rachelle,
You did not modify the resulting routines in the correct way. Please see "Modifying the Main Routine Code", "Modifying the OpenForm, PopulateForm, Checkpoint, CloseForm, CloseApplication Routines" and below sections of the "4: Modifying Script and Assigning Input Values" tutorial help topic. Also, you can find the complete test script in the end of the topic.
You did not modify the resulting routines in the correct way. Please see "Modifying the Main Routine Code", "Modifying the OpenForm, PopulateForm, Checkpoint, CloseForm, CloseApplication Routines" and below sections of the "4: Modifying Script and Assigning Input Values" tutorial help topic. Also, you can find the complete test script in the end of the topic.
--
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
Dmitry Nikolaev
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
