-
Client/Sever application testing
How will client/server application affect the testing?
-
VB Script to close the browser
we have 5 IE Browsers to be opened and i want close 3rd IE Browser by using VB Script ?
-
-
Cross browser testing
Can we do cross browser testing manually or it can be automated?
-
-
Web table Testing
Hai i Have a web table in that i have 3 rows and 4 columns,in 2nd row 3rd column ihave sub cells how can i capture the sub cells pls help me?
-
-
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
Web Testing Interview Questions
Ans