Great video and it was really knowledge session and great to watch, I have been following your videos and have learned a lot from you thank you hope you do more,👏
@MukeshKala Жыл бұрын
Thank you for your feedback and Yes i would continue to publish more videos like this.
@zubiaanjum20206 ай бұрын
Very informative. Thank you
@MukeshKala6 ай бұрын
Thanks for watching!
@janaiahd24026 ай бұрын
Very Useful Thanks .
@MukeshKala6 ай бұрын
Glad it helped
@rishabhsinghchauhan55003 ай бұрын
Verify execution click
@MukeshKala3 ай бұрын
Thanks
@devashishnigam59718 ай бұрын
Very useful
@MukeshKala8 ай бұрын
Glad it helped 🙂
@rpadreamer533611 ай бұрын
Verify execution click❤
@MukeshKala11 ай бұрын
Great ✌️
@rpadreamer533611 ай бұрын
When i have number of input as ten digits then how can I put input in Expected text. Please tell me.
@MukeshKala11 ай бұрын
Expected Text means you are aware that what is the Text - For Your requirement it can be any combination on a 10 digit number - This cannot be used - you have to use something called ReGex where we an validate the pattern and then check that pattern using If activity
@DipakGouda-pv1hp5 ай бұрын
Thank you for the informative video. If i want to verify my organisation domain name in the email ID field. Then how to use? Do I need to create Regex for this or Is there any other way.
@MukeshKala5 ай бұрын
The Expected text feature is The text that is expected to be typed in the specified text field. This field is optional. This field supports only strings and String variables. So we have to pass the complete Email address - This validation can be done before this activity itself using a regex in IF condition and if it fails - Raise Exception and do not enter the Data.