You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validationError: 'Please let us know the expected hours',
66
-
title: 'Approximately how many hours of crowd testing are you \
67
-
looking for your app?',
68
-
description: 'If you know roughly the amount of time you want spent \
69
-
testing the application please list it here. If you do \
70
-
not know how many hours you require your copilot can \
71
-
assist you.',
66
+
validationError: 'Please let us know if you have test cases.',
67
+
title: 'Do you have test cases written?',
68
+
description: 'Do you have test cases you would like executed? These are essential when running structured testing and optional for unstructured testing. If you are planning a structured test cycle and do not have test cases do not worry, we can help!',
{value: 'dontKnow',title: 'Do not know',icon: 'icon-dont-know',iconOptions: {fill: '#00000'},desc: 'or not applicable'}
72
+
{value: 'true',label: 'Yes I have test cases.'},
73
+
{value: 'false',label: 'No I do not have test cases.'}
79
74
]
80
75
},
81
76
{
82
77
icon: 'question',
83
-
title: 'In which geographies would you like to test?',
84
-
description: '',
85
-
type: 'checkbox-group',
86
-
options: [
87
-
{value: 'africa',label: 'Africa'},
88
-
{value: 'asia',label: 'Asia'},
89
-
{value: 'australia',label: 'Australia'},
90
-
{value: 'europe',label: 'Europe'},
91
-
{value: 'northAmerica',label: 'North America'},
92
-
{value: 'southAmerica',label: 'South America'}
93
-
],
94
-
fieldName: 'details.appDefinition.geographies'
78
+
title: 'Please tell us about your users.',
79
+
description: 'Please share information about your end users. Where are they from? What is their goal? This information can help you find the best testers for your application.',
80
+
type: 'textbox',
81
+
fieldName: 'details.appDefinition.userInfo'
95
82
},
96
83
{
97
84
icon: 'question',
98
-
title: 'Approximately how many platform/device - browser configurations to be tested?',
{value: 'dontKnow',title: 'Do not know',icon: Icons.IconTechOutlineWatchApple,iconOptions: {fill: '#00000'},desc: 'We will find the best fit for you.'}
validationError: 'Please let us know the expected hours',
294
-
title: 'Approximately how many hours of crowd testing are you \
295
-
looking for your app?',
296
-
description: 'If you know roughly the amount of time you want spent \
297
-
testing the application please list it here. If you do \
298
-
not know how many hours you require your copilot can \
299
-
assist you.',
284
+
validationError: 'Please let us know if you have test cases.',
285
+
title: 'Do you have test cases written?',
286
+
description: 'Do you have test cases you would like executed? These are essential when running structured testing and optional for unstructured testing. If you are planning a structured test cycle and do not have test cases do not worry, we can help!',
{value: 'dontKnow',title: 'Do not know',icon: 'icon-dont-know',iconOptions: {fill: '#00000'},desc: 'or not applicable'}
290
+
{value: 'true',label: 'Yes I have test cases.'},
291
+
{value: 'false',label: 'No I do not have test cases.'}
307
292
]
308
293
},
309
294
{
310
295
icon: 'question',
311
-
title: 'In which geographies would you like to test?',
312
-
description: '',
313
-
type: 'checkbox-group',
314
-
options: [
315
-
{value: 'africa',label: 'Africa'},
316
-
{value: 'asia',label: 'Asia'},
317
-
{value: 'australia',label: 'Australia'},
318
-
{value: 'europe',label: 'Europe'},
319
-
{value: 'northAmerica',label: 'North America'},
320
-
{value: 'southAmerica',label: 'South America'}
321
-
],
322
-
fieldName: 'details.appDefinition.geographies'
296
+
title: 'Please tell us about your users.',
297
+
description: 'Please share information about your end users. Where are they from? What is their goal? This information can help you find the best testers for your application.',
298
+
type: 'textbox',
299
+
fieldName: 'details.appDefinition.userInfo'
323
300
},
324
301
{
302
+
icon: 'question',
303
+
title: 'Which is your primary device target?',
304
+
description: 'Select only the device that you need to develop for. \
305
+
In most cases limiting the scope of your project would result \
306
+
in better final result. Topcoder recommends to always start \
307
+
with the mobile phone view and expand to other devices as your \
{value: 'dontKnow', title: 'Do not know', icon: Icons.IconTechOutlineWatchApple, iconOptions: { fill: '#00000'}, desc: 'We will find the best fit for you.'}
335
329
]
336
330
}
337
-
/*{
331
+
{
338
332
id: 'projectInfo',
339
333
required: true,
340
334
validationError: 'Please provide any user accounts \
0 commit comments