Tell me the situations where we will use Data Driven?
Answers were Sorted based on User's Feedback
Answer / naren
If v r testing an application which generate reports on
different dates, login page, an application which uploads
different files on different dates etc.
| Is This Answer Correct ? | 1 Yes | 1 No |
What are the Features & Benefits of Quick Test Pro (QTP)..?
Explain the types of properties that quick test learns while recording?
1. IS A VIRTUAL OBJECT USED WHEN THE LABEL IS NOT RECOGNIZED BY QTP
What is Tree view?
what is debugging testing?
Explain the concept of object repository and how quicktest professional (qtp) recognises objects?
How to make "TEST Batches" in manual testing . How it is possible plz explin in detail?
how to get childobject from .net application. i tried but its showing child object count zero. but window has child objects.the following script i written... pls help me how to get. set parent=SwfWindow("winodw name") CheckObjectDescription parent, SwfButton Public Function CheckObjectDescription(parent, oDesc) Set oDesc = Description.Create() oDesc("micClass:").Value ="Swfbutton" Set children = parent.ChildObjects(oDesc) cntObj=children.count msgbox(cntObj) End function
In the Hybrid framework, data can access the database, excel file, XML etc. Is it true?
Difference between copy to action and call to action?
Inserting a Call to Action is not Importing all columns in Datatable of globalsheet. Why?
What is a programmatic description?