Linux Desktop Testing Project: Difference between revisions

Content deleted Content added
Example: find path by env
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags
Line 39:
This is an example of how LDTP would test writing in [[gedit]]:
 
<sourcesyntaxhighlight lang="python">
#!/usr/bin/env python
 
Line 74:
# Wait until gedit is gone.
gedit_win.waittillguinotexist()
</syntaxhighlight>
</source>
 
==Diagram of how LDTP works==