Download defects from QC to Excel using QC OTA
Dim tdcSet tdc = CreateObject(“TDApiOle80.TDConnection”) Dim sUserName, sPasswordsUserName = “” ‘sPassword = “” ‘ Dim sDomain, sProjectsDomain = “” ‘sProject…
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…
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…