Reverse a string without using string functions – VBScript
mystr = inputbox(“Enter the String:”) ‘Option 1 – Set r=new regexp r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…
mystr = inputbox(“Enter the String:”) ‘Option 1 – Set r=new regexp r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…
An Array variable can have different data type values like int, char, string, Boolean etc An Array variable values can…
Try below code to find your application window/child windows by using TestStack.White framework – Lets take NotePad as our application…
We have seen how we can automate desktop applications using testStackWhite feamework. Some more useful links you can follow A…
Most organizations encourage open source tools to implement automation testing of their products/softwares, and it indirectly encourages testers/programmers to expose…
1. Move the “Backup” folder from the “C:UsersAppDataRoamingApple ComputerMobileSync” location and place to an external drive, let’s say to “D:itunes”.…