Written by
in
WatIn Framework เป็น Framework ที่ใช้ในการทดสอบการทำงานของเว็บ ที่พัฒนาด้วย .Net ซึ่งสามารถทำงานได้อย่างอัตโนมัติ โดยที่ไม่ต้องทำการทดสอบซ้ำ ๆ เพียงแต่ถ้าต้องการข้อมูล Input ที่แตกต่างไป สามารถแก้ไข Source Code ได้
การติดตั้ง WatIn Framework
การเรียกใช้งาน WatIn Framework
browser.TextField(Find.ByName(“ctl00$MainContent$Login1$UserName”)).TypeText(“thichaluk.s”);
browser.TextField(Find.ByName(“ctl00$MainContent$Login1$Password”)).TypeText(“xxx”);
browser.Button(Find.ByName(“ctl00$MainContent$Login1$Button1”)).Click();
– ในส่วนของคำสั่ง browser.GoTo(“http://tqf-test.psu.ac.th/”) เป็นการเรียกให้เปิด URL ที่ต้องการ
– ในส่วนของคำสั่ง TextField หมายถึง Text box
– ในส่วนของคำสั่ง Button หมายถึง ปุ่ม Button
– ในส่วนของคำสั่ง Find.ByName ต่อด้วยชื่อ Control ในการดูชื่อ Control สามารถดูได้จาก IE โดยกดปุ่ม F12
Your email address will not be published. Required fields are marked *
Comment *
Name *
Email *
Website
Save my name, email, and website in this browser for the next time I comment.
Δ
Leave a Reply