Hi, I am Surya Gahlot. I am a Sitecore Certified Professional Developer and Microsoft Certified Professional Developer (MCPD). I am working as Tech Lead in Bangalore (India). I have 10+ years experience in IT field.
2 thoughts on “About Me”
Priyanka
Hi,
Can you please help me in implementing validation rules for vsts 2008 webtesting.
i am also having trouble in data binded webtest for matrix count.
Like uploaded 2 csv files. datasource1, having 2 row for credentials (username & password)
datasource2, containing 8 rows for various input combination for search fields.
I want 2*8 = 16 iterations means 8 iterations for 1st login row than 8 iterations for 2 login row.
I m getting 8, tried all combination of sequential, random & Unique.
Please help me out .
this is my new job n i m nt able to deliver it on time.
Got your ID on wordpress blog site.
Hi,
Can you please help me in implementing validation rules for vsts 2008 webtesting.
i am also having trouble in data binded webtest for matrix count.
Like uploaded 2 csv files. datasource1, having 2 row for credentials (username & password)
datasource2, containing 8 rows for various input combination for search fields.
I want 2*8 = 16 iterations means 8 iterations for 1st login row than 8 iterations for 2 login row.
I m getting 8, tried all combination of sequential, random & Unique.
Please help me out .
this is my new job n i m nt able to deliver it on time.
Got your ID on wordpress blog site.
Thanks in advance.
Priyanka
Hi Priyanka,
Follow below link to know How to: Add a Validation Rule to a Web Test
http://msdn.microsoft.com/en-us/library/ms182544(VS.90).aspx
and if you want to loop inside a webtest there is no direct way to do this. you have to generate the code for WebTest and you have to implement the looping…
see the below given link for more details
http://mscoder.wordpress.com/2010/06/29/calling-webcodedtest-inside-a-webcodedtest-using-vsts-2008/
Let me know if you have any other query.
Happy Learning