What is the concept of firewalls?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / raghu
Firewall is a SECURITY testing concept and ensures you if u
enter from one user and check whether the changes are
occured on the other page of the users...
| Is This Answer Correct ? | 7 Yes | 1 No |
What is meant by Pseudo Code?
For Passing Parameters from one Action to another Action we will use Input & Output parameters. Can any one tell how to use this Input & Output parameters with Example ?
What is the main difference between QTP 8.0& QTP 9.2.And what r the features and benefits of QTP.
Hi I am new to QTP. we are planning to implement automation for the application. I am trying to execute the following script: Set ExcelObj=CreateObject ("Excel.Application") ExcelObj.WorkBooks.Add Set NewSheet=ExcelObj.Sheets.Item(1) NewSheet.Name="Order" ExcelObj.Cells(1, 1).Value = "Name" ExcelObj.Cells(1, 2).Value = "Ordernum" ExcelObj.Cells(2, 1).Value = "nam" ExcelObj.Cells(2, 2).Value = "21" ExcelObj.ActiveWorkbook.SaveAs "c:\test1.xls" ExcelObj.Quit Set ExcelObj = Nothing in the above script for the line(ExcelObj.Cells(2, 2).Value = "21") it is inserting the value 21 successfully.this is fine But if i want to insert a variable instead of the constant value then what should be the modification in the script. For example: If user retrives a value throug "GetRoProperty" and wants to insert the value into then how the script changes?
How the automated tests in org
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
What is text/text area checkpoint?
How to Install QTP on Citrix Environment? Possible send me the installation steps.. That would be great help
What is Virtual Object? Plz Explain me with an example?
What are table and db checkpoints?
what is the difference between wait and wait function
Is it possible to run QTP scripts created in IE 6.0 in IE 7.0?