User Activity
07-25-2018
Hi,
I'm trying to write a run server script test for my script include below
var EmailValid = Class.create();
EmailValid.prototype = Object.extendsObject(global.AbstractAjaxProcessor, {
isEmailValid: function(email){
var getEmail = this.getParame...
07-25-2018
Hi,
Can we write a test for client side like a unit test ? If it can, can you guys show me an example for my client script below
function onChange(control, oldValue, newValue, isLoading, isTemplate) {
if (isLoading || newValue === '') {
return;
}...
Hi guys,
I'm trying to create a Run Server Side Script to test one of my script include. But i'm still new with this ATF and don't know how to wirte it. This script below is one of my scipt include. PLs help me to write a run server script to test it...
I just completed step 1: Installation MID server and now i'm trying to do step 2: Discovery. But i realize that all the steps behind have the condition is activate plugin. But when i clicked on this, it's show a alert like below
Pls help me !
06-12-2018
I'm trying to create a Client Script to calculate age from DoB like picture below
Currently i have no idea to do it lol. I've seen some related posts about that and tried but it's not worked. Pls help me ! Ty