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 |
How do Parameterization and Data-Driving relate to each other in QTP?
What is quicktest professional window?
How can we disable popup blocker?
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How to enter table check points?
How to launch application under test through VBscript without using systemutil.run or invokeapplication?
the question was on what techonlogy u been working on i said VB then he asked me the addin for VB in Qtp?
Can we directly automate test script according to requirements?
You say it is a bug but developer say it is not a bug then what will you do?
6 Answers Hewitt, Tech Mahindra,
Hi, I am using 2 excel sheet.First excel sheet works fine with the script, if it opens the 2nd excel sheet,it works fine,but after finish all the rows it is giving the following error in the following line. InValid Procedure call or argument Line (178): "Browser("name:="&result,"application version:=internet explorer 7").Page ("title:=bgt.*", "index:=0").WebList ("name:=SearchType","html id:=Select1","location:=0").Select SearchType1". I have seen a web article says that,If we use any vbscript friendly name it may gives the above error-Invalid procedure call or argument not sure,Am I using any VBScript frienlyName? in the above line? [but the same line is perfecly working for first Excel ] It is little urgent. Any Help Thanks you
describe some problems that u had with automating testing tool?
How to capture a window in qtp or how to take snapshot of any window while writing script in qtp