Linux Desktop Testing Project: Difference between revisions

Content deleted Content added
Cjbayliss (talk | contribs)
No edit summary
Cjbayliss (talk | contribs)
Line 43:
This is an example of how LDTP would test writing in [[gedit]]:
 
<source lang="python">
<nowiki>
#!/usr/bin/python
 
Line 78:
# Wait until gedit is gone.
gedit_win.waittillguinotexist()
</nowikisource>
 
== References ==