Friday, April 25, 2008

software testing news site

http://software-testing-blog.blogspot.com/

here you can read the current software testing practice and news.

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