in my database haveing 3X3 (manas having 3 rows 3 colums) i
want to test only (2nd row 3colum) bit how to test either
script or any automation plz explain? (Chandana)
Answer Posted / sandip
hi,
use this query
select * from emp(table name) where rownum<=2;
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How can you exit from an action?
Give me some real time point of way where exactly we can conduct audits?
How to suppress warnings from the test results page?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
www.icici.com after this home page wll came, in this page what r the items we r going to test for manual and what the element we r test for QTP... explian clearly with example
How can we conduct U-I Testing by using QTP??????
Hi.. I want to do parametrization for selecting perticular flighr say XYZ by using local table: criteria: 1.If flight is available msgbox "Flight is available" and then select flight from flight table and click to ok button after that as enter username and ticket no and then stop 2. otherwise msgbox " Flight is not available" and stop Please help me out ..and let me know your responses on dipak.bachhav@gmail.com Regard, Dipak
Can we record using all the modes in a single script? Explanation with example is appreciated
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
What is the virtual object?
Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?
In qtp, explain what is qrs file?
Write a script to verify font style and color of a windows object using descriptive programming
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
Connect to QC using AOM.