Answer Posted / pa
In computer security, the word vulnerability refers to a
weakness in a system allowing an attacker to violate the
confidentiality, integrity, availability [i.e (C.I.A)
NSTISSC's triangle], access control, consistency or audit
mechanisms of the system or the data and applications it
hosts. Vulnerabilities may result from bugs or design flaws
in the system. A vulnerability can exist either only in
theory, or could have a known exploit. Vulnerabilities are
of significant interest when the program containing the
vulnerability operates with special privileges, performs
authentication or provides easy access to user data or
facilities (such as a network server or RDBMS).
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the mandatory properties for a tex boxc (scenario?)
Where should i find checkpoint and virtual objects's Object properties and values in the QTP 9.2 Means where checkpoints or virtual objects related data will store If i want to get the runtime object properties how can i use Getroproperties on Checkpoints
I am facing an issue of object identification with the dropdown element of DHTML grid. When I tried to recognize these different dropdown objects, QTP identifies only one object for all the dropdowns. Hence, selection of different data from different dropdowns list is an issue. To overcome this problem, i have used Descriptive Programming technique by creating different object descriptions which have all the other properties same but differ only in one property i.e. ‘X’ location of the element on the screen. Hence, i have created distinct object descriptions that would allow us to select values in different dropdowns. The code is given below. But still I am unable to identify distinct dropdown objects. ‘Object Description for Dropdown Cell Status Set objCellStatus = Description.Create objCellStatus("micclass").value = "WebList" objCellStatus("name").value = "select" objCellStatus("x").value = 219 ------ ‘X’ Axis value for cell status drop down ‘Object Description for Dropdown Sub Segment Set objSubSegment = Description.Create objSubSegment("micclass").value = "WebList" objSubSegment("name").value = "select" objSubSegment("x").value = "319" ------ ‘X’ Axis value for sub segment drop down Please help... This is specific to DTML grid(Drop down object)
Where we can use the analog mode and where we can use the low – level mode?
I have created 3 actions in test action1, action2, action3 but I want run action 1,action 3,action2 how can you change in the actions in keyword view?
With what extension you can save the list of tests in a file to run in test batch runner?
How many types of recording modes in the qtp?
In qtp, how you can use xpath to identify objects?
What is a data driven test in qtp?
Explain different types of action in qtp?
What is active screen?
Which functionalities of QTP used in banking project?
What are the types of object repositories? Which one is you using?
Explain how you can find length of array in qtp?
What are the advantages of qtp?