It is very difficult to test in manual for that we go to
DATA DRIVEN TEST.
Answers were Sorted based on User's Feedback
Answer / santhosh
Here difficulty is no the matter,We can also do manually if
lot of time is there for testing,But when we have no time
for manually testing bundles of test data,at that time, we
go for Data driven test
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / srikanth
To execute the multipul data at a time as well as you can
take expected resuld.
In manually so difficult to execute all test cases at a
time.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is there anyway to automatically update the Datasource name in Database Checkpoints object when we migrate tests to a new release?
I am trying to write a descriptive program for clicking on a perticular link.For that i wanted an index or location of that object.But when I viewing through spy, There was no index property of that object.What to do for getting index value.How can I get index? please any one let me know.
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How to supress warnings from the "Test results page"?
What is reusable action?
Where we write the FUNCTIONS, in Expert view (or) in any textfiles like Notepad and save it in Library functions folder? How to cal that functions to our script? How to save that functions to Function generator?
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
Explain the difference between call to action and copy action?
hi, i am trying to capture "web element" names in a web page, and i written the code like this,, with Browser("title:=") with .page("") .webelement("htmltag:=...").getroproperty("innertext") end with end with //////////////////////////////////////////////////////////////////////////////////// QTP RETURN ERROR like this: " object's description matches more than one of the objects currently displayed in your application. Add additional properties to the object description in order to uniquely identify the object" ok fine , i need to search another property other than "index" i use all the properties like class,text,innerhtml,innertext,visible=true,x , y,abs x ,abs y...but qtp returns error ..... in this webpage index is difficult to find? how to solve
BEst INstitute for QTP & SELENIUM
i am entering wrong data or wrong password in a text box and click on submit button .i am getting a popup window with a message Please enter the correct password or data .How can i handle this situation by using QTP.
How to do Batch run in qtp? provide the steps?