How to get the column count and column name from the
resultset in the database connection program?
Answer Posted / prasad
Select column_name, count(column_name) from user_tab_columns
where table_name='EMP' group by rollup(column_name);
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
banking project description for software tester
Give the syntax to import/export xls into qtp.
How many types of recording modes in the qtp?
one screen page,that contains file , browse , update and cancel buttons.when we browse a file it should get update otherwise it should go to previous page.write negative test case for that.
When using descriptive programming?
How to check feasibility of the appliction?in automation testing?
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
what is the difference btn risks & Therads in the Test plan documentation?
What is the standard timing delay for web based application in qtp?
Can we run multiple QTP scripts one after the other without manual intervention? How?
What are the types of data tables in qtp?
Does quicktest professional (qtp) is unicode compatible?
HI I want to know the detials of QTP certifications such as syllabus, study Materil etc. Can any provide me all these details?? my mail ID is krishnuvk@yahoo.com
Can any give an example(if possible templates) how to test web application using QTP. thanks in advance
If I am scripting Web-based Surveys using QTP that open up differently but at the exact same point require a username and password can I automate that username and password for all the surveys some how using QTP?