Wednesday, June 4, 2008

software testing resources

http://www.aptest.com/resources.html

the above link will give details more about the software testing

go and visit

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