why require regression testing?
Answers were Sorted based on User's Feedback
Answer / balu s
If u make any changes in one portion of the program it will
affect other portion of the program to avoid this we have to
make sure weather all the functionality of the application
working fine or not.for this testing we will not wright new
test cases.
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / swathi
in simple way to verify anything unchanged still performs
as expected.. is regression testing
| Is This Answer Correct ? | 2 Yes | 0 No |
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" ar = Window("Flight Reservation").WinComboBox("Fly From:").GetContent your actual value is : that shows data in combo box how can u test the both data is correct or not by using split function
what ar the challenges do we face while testing webbased applications using the automation tool qtp or any?
How to capture the text from the application using QTP?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
.qfl extension for which file? where vl use it
what are the mandatory and assistive properties of objects in QTP?What is attached text?Plz assist me with proper answer.
how to write code for to select all the checkboxs in the gmail i wrote code for my question but it didn't works any body suggest what wrong my code my code is Set chkboxDesc=Description.Create() chkboxDesc("type").value="chekbox" Set chboxcollection=Browser("name:=Gmail .*").Page("title:=Gmail .*").ChildObjects(chkboxDesc) For i=0 To chboxcollection.count-1 chboxcollection(i).set "ON" Next i was getting general run time error pls help me i am in learing stage
I am using descriptive programming for my project.when QTP deosn't identity or recognize a object by record and playback method,is it possible to make QTP identify that object using descriptive programming? Note: The object doesn't have unique properties and same properties used in Record and playback are only available, no extra properties are defined.
How many types of trigger events are there in qtp?
Hi let me ask one questin 1.How to use outputof the one function input to the another function pls give the script for above 2.what is the purpose of action parameter , how to create it
1. What is diffrence between Analog Recording And Lomlevel Recording ?
how can we retrieve ten rows from the data table using loop concept?