How do u write regular expression for a window name which
is changing for each build ? i.e. in first build the window
name is : "computer graphics are very ...." . in second
build the window name is : "computer graphics can be
created" . - Appreciate proper replies

Answer Posted / venky

.* is not working for window changing its name completely for
example "abc" to "xyz" in next build. suggest some other
solution.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

564


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


What is different command used in command Prompt while using QTP?

1748


Differences between quicktest professional (qtp) and winrunner?

625


What are the views available in qtp?

592






Can UFT be connected to Quality Center? If ‘Yes’ brief the process or steps.

637


What is parameter in qtp?

682


Explain different types of checkpoints?

562


How do I lauch my test website using code from qtp in different environmet, uat and PPTE?

1463


How software tester can use constants and variables in scripts?

1690


Is text area check point supports for web applications?

535


How to use reporter.report event in qtp ?

559


what and how to answer for the question "tell me about yourself ?" for 3 years experience. can anyone say inj detail please... its urgent

1341


how to test load test and block box testing an a web based application pls give ans briefly

1361


Call to copy of an action and call to existing action… i know the diff but in real project how to use..? i want live scenario.pls help me..

1283