Click here to Skip to main content
15,906,329 members

Comments by Dineshbabu Uvarajulu (Top 15 by date)

Dineshbabu Uvarajulu 2-Jun-16 2:46am View    
Yes you guys are right. Its working fine now....
Thanks a lot for your help....
Dineshbabu Uvarajulu 1-Jun-16 8:26am View    
When I give my url as http://www.google.com, the same path is working fine but not when I give my url as http://192.168.2.234:6060
Dineshbabu Uvarajulu 1-Jun-16 7:28am View    
string fileTime = string.Format("{0:MM-dd-yyyy} {1}\\", startTime, BaseUrl.Replace("https://", "").Replace("http://", "").Replace("www", "").Replace(".", "").Replace("com", "").ToUpper());
folder = "\\\\192.168.2.234\\I\\Automated Test Result\\" + fileTime;
results = folder + string.Format("BuildResults_{0:MM-dd-yy h-mm-ss}.html", DateTime.Now);
File.WriteAllText(@results, String.Empty);
Dineshbabu Uvarajulu 1-Jun-16 7:25am View    
if I comment out that Directory stuff, the test is working fine but I wont get my result report.
Dineshbabu Uvarajulu 1-Jun-16 7:23am View    
it will have a html page which has the test result.