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 / shiavani
hi,
use this query
select * from emp(table name) where rownum<2;
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How to attach a file to TD?
hai, i completed my b.tech in 2010 with 62.3%. i having knowledge on manual testing and Qtp. i want Relavent experience in testing.watever may be d salary i dont bother..I just want to gain knowledge. i dont have good communication skills.
regular expression in qtp standar check point for months from accepting months from january to december only
How to find operating system information using the qtp script?
How would you directly trigger javascript in a test?
Explain the terms test and business component?
What is the basic concept of qtp?
How to automate a script in mainframes environment? I have the terminal emulator Add in. Describe in detail.
How many types of Automation frameworks are there in UFT? Describe them.
What is the quicktest professional (qtp) testing process?
Why qtp always start action1 and does not start action?
Your roles and responsibilities and daily tasks? (As automation tester)
what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent
How can i get the image text that changes dynamically? Here i have used "GetROProperty", but it's not working. I used like Ex:Browser("webmail").Page("inbox").image ("captchaimage).getroproperty("innertext/text/value")
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?