Selenium testing introduction for beginners
Selenium is an open source technology for automating browser-based applications across different browsers and platforms. Selenium mainly interacts with the…
Selenium is an open source technology for automating browser-based applications across different browsers and platforms. Selenium mainly interacts with the…
For windows: offline installer http://www.skype.com/go/getskype-full For other platforms: https://www.skype.com/en/download-skype/skype-for-computer/
Latest version : https://www.mozilla.org/en-US/firefox/all/ Earlier versions : https://ftp.mozilla.org/pub/firefox/releases/
In windows OS –For Backup Start -> Run and type %AppData%MicrosoftStickyNotes to open the “Sticky Notes” folder. Copy the StickyNotes.snt…
Dim tdcSet tdc = CreateObject(“TDApiOle80.TDConnection”) Dim sUserName, sPasswordsUserName = “” ‘sPassword = “” ‘ Dim sDomain, sProjectsDomain = “” ‘sProject…
mystr = inputbox(“Enter the String:”) ‘Option 1 – Set r=new regexp r.pattern =”w|W” ‘ “[a-z 0-9 A-Z]” is equivalent to…