SystemUtil.Run "Control.exe","inetcpl.cpl"
Set objShell = CreateObject("Wscript.Shell")
Do Until delcookie = True
delcookie = objShell.AppActivate("Internet Properties")
Wait(1)
Loop
objShell.Sendkeys "%i"
Wait(1)
objShell.Sendkeys "{ENTER}"
Wait(1)
objShell.Sendkeys "%f"
Wait(1)
objShell.Sendkeys "%d"
Wait(1)
objShell.Sendkeys "{ENTER}"
Wait(4)
objShell.Sendkeys "{ENTER}"
Friday, June 7, 2013
Delete cookies using QTP
Best practices for test automation in agile software development
Agile software development is a highly iterative and collaborative approach to software development that emphasizes flexibility and adap...
-
Agile software development is a highly iterative and collaborative approach to software development that emphasizes flexibility and adap...
-
Investigation done on a software product to provide information to the stakeholders on the quality of the product, with respect to the spec...
-
Continuous integration (CI) and continuous testing (CT) are two critical components of modern software development. These practices help t...