what is aregular expression?

Answer Posted / dilip

Regular Expression is nothing but varying values

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I have written a code to fetch values fro access db and place in the fields. Iam using GetROProperty to fetch runtime values. Now i want to add runtime values to the access db in field v3. please help me. Its not writting in the db. Option explicit Dim con,rs,db,c Set con=createobject("adodb.connection") Set rs=createobject("adodb.recordset") con.Open "Driver={Microsoft Access Driver (*.mdb)};dbq=D:\Sales.mdb" rs.open "select * from tax",con Do while not rs.eof Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("incost").Set rs.fields("v1") Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("intax").Set rs.fields("v2") c=Browser("Sales Tax Calculator").Page("Sales Tax Calculator").WebEdit("outtax").GetROProperty("value") rs.MoveNext print c Loop Do while not rs.EOF rs.EditMode rs.Fields("v3").Value="3" rs.Update rs.MoveNext Loop Set rs=nothing Set con=nothing

1477


can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks

1521


How to import a test case present in ".xls" file to TD under a Test set?

736


How to break the object spy ?

657


how to test Web application using QTP software

1557






What are the flaws in water fall model and how to overcome it?

557


Explain in brief about the qtp automation object model (aom).

554


What does mean by Scope of Automation?n How we defined it?

1568


How u will do versioning in QTP?

1449


Can the user toggle between using Local OR and shared OR for the same action?

554


what QTP Options do you know?

2917


Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com

1425


Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??

1632


How does you pass optional arguments in qtp?

559


What is Port testing. Whhen will you perform?

1492