1
Answer

looking for automation tool for ui developed in sharepoint with silverlight components

kesava reddy

kesava reddy

16y
3.4k
1

hi

we have an application which is developed with silver light controls on the  microsoft sharepoint server platform.

so now we are looking for an good UI automation tool to validate that application(to automate that).

can any body tell us that what are different tools that support for our application.

Answers (1)
0
Vimal Kandasamy
NA 2.3k 152.3k 15y
If you create a file without giving its full path.it will created with in debug folder.because that is Application's Startup path(folder).

Ex:
File.Create("hii.txt");

this statement will create a text file named as hii in debug folder only.

File.Create("c:\\hii.txt");

this will create a file in c drive.
so give full path where you want to create it.