
Error- The variable 'Test' of type 'Integer' cannot be initialized or updated with value of type 'String'. The variable 'Test' only supports values of types 'Integer'.
I have first Initialized the Integer variable, Then i want to set the variable. but i am getting this error.
Any one having any idea regarding this?