Monday, June 2, 2008

software testing materials in PDF form

hi
if you are looking for the software testing materials in pdf form.
please go through this site and download it for free really good one
http://www.testingbrain.com/TUTORIALS/Software_TESTING_tutorial.html

1 comment:

Anonymous said...

Also you can check http://softwareqatestings.com for
Software Testing tutorial
.

Thanks!

How to Get files from the directory - One more method

 import os import openpyxl # Specify the target folder folder_path = "C:/Your/Target/Folder"  # Replace with the actual path # Cre...