How to execute set of multiple SQL queries in Load Runner?
Which component in LR would be used to run the SQL Queries?
Answer / rajat
Follow below mentioned steps in order to execute query
through LR script-
(1) Establish conn with DB
lrd_open_connection(&Con1, LRD_DBTYPE_ORACLE, "bb",
"lion", "hammer", "", 0, 0, 0);
(2) Enter query
lrd_stmt(Csr1, "select ename from employee where
(sal>=1000)\n", -1, 1, 1, 0);
(3) lrd_bind_col(Csr1, 1, &D21_ENAME, 0);
(4) Execute query
lrd_exec(Csr1, 0, 0, 0, 0);
(5) lrd_fetch(Csr1, -3, 1, 0, PrintRow24, 0);
(6) lrd_close_cursor(&Csr2, 0);
(7) lrd_close_connection(&Con1, 0, 0);
| Is This Answer Correct ? | 6 Yes | 1 No |
How to configure yahoo cookies in load runner?
What is scenario default?
Is it possible to run Loadrunner tests in laptop? How?
How do you test pop up with LR? My whole application running on pop up. Its a JSP page written on pop up window.
How to create a host list for a scenario?
what r DLL functions in loadrunner?where these present?when &why we use these?
What is vugen recording and scripting?
What is the difference between web_reg_find and web_find?
Can someone suggest me which is the best institute in Hyderabad for Load runner and Selenium
Is there any special setting required in internet explorer or laod runner VUGen to prepare script in load runner using seibel web protocol. is it same like web-Http/Html?
can we use Quality center in Load runner ? and what is the latest verson of Load Runner ?
You do Scalability testing in Load testing or Stress testing?