Using Regular expression method some particular value is
not present in given value. HOow do use regular expression?
Forexample password all number,character ,special character
are accepted but (_',)underscore,comma are not used. How do
write regular expression.
Answer / reddy prasad
go to object repository
select password edit box
go to password properties and click on configure button or
CTrl+F11
select the regular expression check box
| Is This Answer Correct ? | 1 Yes | 1 No |
How can we extract data like "Details","Result","Time" from the 'Run Error' result generated in QTP after run time errors are generated during a run & import the details etc...into excel sheet
how to prepared for first for the first interview?
HI, Anybody can explain Automation Test Framework...and wht do we do before start of Automation.....
We have a dynamic webtable where rows keep on adding.I have to click on particular row where the status changes to Update or Save.How do you click on Status(either it can be Update or save)
If you giving priority as p0, as a developer if I give priority as p2, What happens In user defined function ?
Hi Recently I Attend one interview .The intervier ask on Question in QC 9.2 . The Qus was while ruuning the Batch RUNS scripts in test lab if defect will comes .The defect automaticly wants to genate . How to Configure in QC . Thank You Balaji
What are the methods used in UFT to handle exceptions or run-time errors?
How to explain a banking project in interview as a test engineer???
I have the script like this: Browser("Login").Page ("Application").Frame("ScopeFrame").Link("DC3701737 (Active)").Click in which the value "DC3701737" will get changed and i have to use the same value in so many places. I got the value "DC3701737" in to a variable(Say x). Now if i want to pass the variable in to link object .. how? Browser("Login").Page("Application").Frame ("ScopeFrame").Link(x).Click Is it possible to pass any variable into a link object .. so, that the application will select that link automatically? If ur not able to understand, pls let me know.
What is the extension of QTP local Repository? If it is .mtr then what is .bdb extension stands for?
What is the Difference between Environment variable and Globle variable,.. anybody can give me answer..Thanks in advance...
write script to read and write data from file ?