Tap on screen using appium
Tapping on any WebElement on screen is same as clicking on the object, (just, tap word is a mobile term),…
Tapping on any WebElement on screen is same as clicking on the object, (just, tap word is a mobile term),…
Swipe on mobile handsets can be of from Left to right or vice versa Top to bottom or vice versa…
Sublime text 3.x is one of the light weight multi platform python editor,one good thing about this editor is that…
If you want to display or get any one character from a string, java provides a method .charAt(index) [this returns…
If you want to convert a string into character array, java provides a method .toCharArray() [this returns a character array],…
We have seen how to get a particular character from a string by providing the index, the same manner if…
In windows OS –For Backup Start -> Run and type %AppData%MicrosoftStickyNotes to open the “Sticky Notes” folder. Copy the StickyNotes.snt…
Static testing: The Verification activities fall into the category of Static Testing. During static testing, you have a checklist to…
For sorting in the order of ascending or descending, we have one of the most popular sorting technique is bubble…