HOW do we find a datasheet when there are 4 datasheets in
data table.this question was asked by covansys interview.
Answer Posted / manoj4testing
we can find a data sheet using sheet id or sheet name we can
access the sheet using its id or name in the script
(pls notify if i am wrong)
manoj4testing@yahoo.com
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
what QTP Options do you know?
Hi Friends this is kumar i would like to request to all of you ,please help me to explain real time project with using qtp scripts i know basics of qtp but it won't workout on interviews,pls help awating to reply.
What are the advantages of a Hybrid framework?
WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,
If I change the object name in one action will it be updated in all the actions? Or not?
What are the different ways to invoke an application using QTP?
How to test fly out menu in qtp?
How do you do batch testing in wr & is it possible to do in qtp, if so explain?
How can you handle exceptions in qtp?
Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?
How reliable are the site's Internet connections required to be? And how does that affect backup system or redundant connection requirements and testing?
How many lines of code in each script of QTP?
How to use transactions in qtp?
What is data driver in qtp? Where we use it?
How do you compare the structure of 2 tables in database and check whether they are similar using qtp.