What is SQL injection?
Answers were Sorted based on User's Feedback
Answer / pandu
Refer this url i hope this will give you more information
about SQL Injection.
http://en.wikipedia.org/wiki/SQL_injection
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / rajiv jindal
to break a system database,some specific sql query is send
through input. or we can say that it is injected in the
system for testing the database. it is related to the
security of database...
correct me if m wrong..
| Is This Answer Correct ? | 0 Yes | 2 No |
where u maintain qtp scripts in ur company
hi Sudhananda reddy, in my resume, i written as , I Am working as a Test Engineer for xyz company. IS IT RIGHT OR WRONG? WHAT IS THE ACTUAL meaning of "IN XYZ COMPANY", "FOR XYZ COMPANY", "WITH XYZ COMPANY".
In QTP how can we recognize objects Without using Object Repository?
BEst INstitute for QTP & SELENIUM
Discuss quicktest professional environment?
How does quicktest professional (qtp) identifies the object in the application?
what is error and fault in terms of software quality?
what are the mandatory properties in qtp? what are the library functions in qtp?
What is LoadRunner?
How do client side image and server side image work?
what to do if application have 3 "ok" button with same logical name and same properties, how qtp can identify them.
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?