This is the best explaination of all !! Thank you so much for this , there are no doubts left now 😀
@MukeshKala11 ай бұрын
You're very welcome!
@vijayalakshmiboya92883 жыл бұрын
Very detail and clear explanation of config file and all the xaml's in Init state and End process state. Explained very well about system exception. Thank you for the nice video sir.
@MukeshKala3 жыл бұрын
Glad it was helpful!
@yashobantadash66702 жыл бұрын
best ever explanation on reframework in youtube channel.great job!!
@MukeshKala2 жыл бұрын
Glad you think so!
@TheTravellersSagar2 жыл бұрын
Mukesh sir You're the only one for such explanation! Pls keep updating
@MukeshKala2 жыл бұрын
I Will , Thanks 😍
@sanjanamalani1372 жыл бұрын
Very crystal clear
@MukeshKala2 жыл бұрын
Thank you 🙏
@hiremathnandini23 жыл бұрын
Very nicely explained each and every state.. Thank you
@MukeshKala3 жыл бұрын
Thank you ☺️
@pavanivankayala33463 жыл бұрын
very much appreciated Mukesh
@MukeshKala3 жыл бұрын
Thank you 😊
@muralimohan70053 жыл бұрын
Good explanation Mukesh 👏
@MukeshKala3 жыл бұрын
Cheers , Glad you liked 🤓
@sahadnajeeb46802 жыл бұрын
best understanding...
@MukeshKala2 жыл бұрын
Thank you
@akonhassan3 жыл бұрын
Thanks Mukesh
@MukeshKala3 жыл бұрын
Cheers Bro !
@rockingram51832 жыл бұрын
This is ultimate very well
@MukeshKala2 жыл бұрын
Thank you for your feedback :)
@girishkrishna46543 сағат бұрын
KillAllProcess present in First Run block and InitAllApplications present outside. Therefore, if we encounter any SE in process state, we come to init state for retrying. We already read the config file, so we can’t go inside the First Run block, therefore we can’t kill the process know.
@AzeemK-v2t2 ай бұрын
Hi Sir, i have a doubt , While Print the URL in message Box you use "Config("url") but in InitApplication in open browser you are using "In_Config("url")"????. please clarify my Doubt..
@MukeshKala2 ай бұрын
It’s just the name of variable - both refer to the config file only ..
@AzeemK-v2t2 ай бұрын
@@MukeshKala Thanks for the Response.
@yashmahale37218 ай бұрын
Sir i have one question If we got [System Exception] in [Process Transaction] then transition come to initialization and we don't need to read config here again But deu to system exception is it go to end or if yes then process will stop or if no then how we can start application due to which we have system exception (here we need to restart all applications or application which have created system exception) but kill all applications is in first run but we are not going here??? I am so confused here
@MukeshKala8 ай бұрын
The restart of application happens in the set transaction status of the system exception , open the set transaction status xaml and look for system exception block - you would understand 🙂
@uipathtrainer Жыл бұрын
tq sir
@MukeshKala Жыл бұрын
Glad it helped
@sandipkakade6332 Жыл бұрын
What happens if we read config file with Excel application scope?
@MukeshKala Жыл бұрын
Then If Excel is not installed in the Server / Robot machine - It would break - it create a dependency on Excel
@sandipkakade6332 Жыл бұрын
@@MukeshKala Thank you
@srinivasm12553 жыл бұрын
nice mukesh
@MukeshKala3 жыл бұрын
Thank you Srinivas :)
@yashobantadash66702 жыл бұрын
sir one doubt.config file is a .xlsx file.why it is stored as a dictionary of string n object?
@MukeshKala2 жыл бұрын
Because with Dictionary all the values are stored as Key / Value Pair - During the automation whenever we need some value from Config , we just pass the key and we get the value.
@yashobantadash66702 жыл бұрын
@@MukeshKala thanks !
@nikhilsapkal46382 жыл бұрын
great explanation👌could you please tell what's the difference between object and generic variable?
@MukeshKala2 жыл бұрын
Using object's results in cast operations and boxing/unboxing of value-types. Because of these reasons generics are faster and more elegant (no casting). And - the main reason - you won't get InvalidCastExceptions using generics. So, generics are faster and errors are visible at compile-time. System.Object means runtime exceptions and casting which in general results in lower performance (sometimes MUCH lower). You can read more at stack overflow
@nikhilsapkal46382 жыл бұрын
@@MukeshKala thanks
@Vijaykumar-ct6ss3 жыл бұрын
🤔One dislike... I think that guy was another KZbinr