Friday, April 25, 2008

software testing link1

http://blogs.sun.com/johnmorrison/category/QA+%26+Testing

here you will find full defenitions of testing types you can learn

i am posting from the site so it will be useful for all to read.

No comments:

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...