Answer Posted / sj
A firewall ensures that all communications attempting to
cross from one
network to the other meet an organization’s security
policy.
A firewall tracks and controls communications, deciding
whether to allow,
reject or encrypt communications.
A firewall is increasingly being deployed to protect
sensitive portions of local
area networks and individual PCs
| Is This Answer Correct ? | 10 Yes | 1 No |
Post New Answer View All Answers
What is clean sweep?
If u r using library files (Instead of Check Points) , How do u do bitmap check ?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How many types of parameters are available in quicktest professional?
How did you resolve conflicts present in Object Repository?
hi all can any body explain how to write the script for finding the mandatory fields which are having [red Astrik sign (*)]
How many lines of code in each script of QTP?
describe some problems that u had with automating testing tool?
when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next
How QA specialist can identify when programmatic descriptions are useful?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
Hi, I got error message as "object does not support this property or method: "Test.Actions" when i execute the following line of script on QTP 9.0 Dim qtApp, qtRep Set qtApp = CreateObject("QuickTest.Application") Set qtRep = qtApp.Test.Actions("Action1").ObjectRepositories Can anyone tell me where i am wrong.
when a test case is written how u test using qtp