What is the syntax to use out of two characters.

Pls anybody can give the answer.. Thanks in advance...

Answer Posted / kotike

ex: for example we want to exclude a,f out of a to z. then


"[^a,f]"


Regards,
mahi.kotike@gmail.com

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?

576


Who uses qtp tool?

579


How to capture all the data of a webtable, weblist and combolist using QTP?

2857


what is error and fault in terms of software quality?

1461


How do I generate Test Results window using descriptive method ( run time ) after my test execution process? Please have a look of my below code. ========================================================= Dim qtApp Dim qtTest Dim qtResultsOpt Set qtApp = CreateObject("QuickTest.Application") qtApp.Launch qtApp.Visible = True qtApp.Options.Run.CaptureForTestResults = "Always" qtApp.Options.Run.RunMode = "Fast" qtApp.Options.Run.ViewResults = True qtApp.Open "C:\Automation\Example", True Set qtTest = qtApp.Test qtTest.Settings.Run.OnError = "NextStep" Set qtResultsOpt = CreateObject ("QuickTest.RunResultsOptions") qtResultsOpt.ResultsLocation = "C:\Automation\Example\Res1" qtTest.Run qtResultsOpt MsgBox qtTest.LastRunResults.Status qtTest.Close Set qtResultsOpt = Nothing Set qtTest = Nothing Set qtApp = Nothing ========================================================== This code is working fine, but Test Result window is not displaying after execution. Anybody can please help me regading the same. Thanks Akshaya Madali Capgemini India Pvt Ltd 9823213538

3618






How to find array size in qtp?

585


Could i know how how to explain keyword driven framework in interview? If any body knows plz send the explanation.

1613


How to build scripts that access data from external sources?

1614


What is the basic concept of quicktest professional (qtp)?

584


What is smart identification in QTP?

634


What is accessibility check point?

662


How to perform cross platform testing and cross browser testing using qtp? Can you explain giving some example?

546


Which recording modes need more memory?

589


How does quicktest professional (qtp) identifies the object in the application?

583


what is keyword driven testing in qtp?n how is it useful?

1493