-
-
-
-
-
-
What is Configuration Testing in web testing?
This test involves the operating systems platforms used, the type of network connection,the type of internet service provider, and the browser used. The development team musthave these in mind so that there will be very little changes to be made if any. Also, thetest environment must be properly configured for all these considerations.
-
What is Transaction Testing in web testing?
This is very critical in an e-business application. The software a website is utilizing has tobe forced to invoke its various components and whether the direct and indirect interfaceswork correctly. The information entered by the user should make it to the database in theproper ways. When the user calls for information contained in the database, the properdata must be returned.
-
What is website quality?
There are thousands of websites launched every year and nothing is worse than apoorly operating website. Website testing is most important to e-commerce sites sincethey have applications running on the website that may affect their sales or operations. Sohow should websites be tested? What are the measures of quality? Here are some of themeasures of quality according to Miller:1. Timeliness ...
-
-
-
-
-
Browser("WMC Pricing System").Page("Scrub Queue - Search").Link("Summary").Click
Browser("WMC Pricing System").Page("Scrub Queue - Search_2").Sync
Browser("WMC Pricing System").Page("Scrub Queue - Search_2").Check CheckPoint("(0-9)(0-9)(0-9)")
Browser("WMC Pricing System").Page("Scrub Queue - Search_2").Link("238").Click
Browser("WMC Pricing System").Page("Scrub Queue - Prices -").Sync
Browser("WMC Pricing System").Page("Scrub Queue - Prices -").Check CheckPoint("236") modify the value which is dynamic changing
for i= 1 to n
Browser("WMC Pricing System").Page("Scrub Queue - Prices -").Link("99P10925").Click modify the value which is dynamic changing
Browser("WMC Pricing System").Page("Page").WebRadioGroup("action").Select "approve"
Browser("WMC Pricing System").Page("Page").WebButton("Save").Click
Browser("WMC Pricing System").Dialog("Microsoft Internet Explorer").WinButton("OK").Click
Browser("WMC Pricing System").Page("Page_2").WebButton("Back to Summary View").Click
Browser("WMC Pricing System").Page("Scrub Queue - Prices -_2").Sync
next">I how to test web application in which the value is changing dynamic every time can any one can modify the script ?Dim iBrowser("WMC Pricing System").Page("WMC Pricing System").Link("Scrub Queue").ClickBrowser("WMC Pricing System").Page("Scrub Queue - Search").Link("Summary").ClickBrowser("WMC Pricing System").Page("Scrub Queue - Search_2").SyncBrowser("WMC Pricing System").Page("Scrub Queue - Search_2").Check CheckPoint("(0-9)(0-9)(0-9)") Browser("WMC Pricing System").Page("Scrub Queue - Search_2").Link("238").ClickBrowser("WMC Pricing System").Page("Scrub Queue - Prices -").SyncBrowser("WMC Pricing System").Page("Scrub Queue - Prices -").Check CheckPoint("236") modify the value which is dynamic changingfor i= 1 to nBrowser("WMC Pricing System").Page("Scrub Queue - Prices -").Link("99P10925").Click modify the value which is dynamic changingBrowser("WMC Pricing System").Page("Page").WebRadioGroup("action").Select "approve"Browser("WMC Pricing System").Page("Page").WebButton("Save").ClickBrowser("WMC Pricing System").Dialog("Microsoft Internet Explorer").WinButton("OK").ClickBrowser("WMC Pricing System").Page("Page_2").WebButton("Back to Summary View").ClickBrowser("WMC Pricing System").Page("Scrub Queue - Prices -_2").Syncnext
-
-
-
-
-
Font and alignments Testing
How will you perform testing font and alignments in a web site manually?
Web Testing Interview Questions
Ans