Do we have to Enable Smart Identification while running Or
will it automatically be enabled ?
Answers were Sorted based on User's Feedback
Answer / alex
when you add a new object into repositoy by the default
this will be appear as enable the smart identification. if
you want to change this status then you have to change the
status as false. only you can select true or false status
for it.
| Is This Answer Correct ? | 3 Yes | 1 No |
Answer / jay prakash
We have to enable it. By default it will be disabled.
| Is This Answer Correct ? | 3 Yes | 2 No |
When I parameterize a script then for each iteration script is executed from begining to end. If I want to execute some middle steps multiple times using Parameterization (avoiding begining and end steps), what is the solution of this (e.g. total steps are 1 2 3 4 5 and i want 2 3 4 only(not 1 nd 5)
wht is the difference betn check point and output value?
Error handling
assume i have few url link how will i dynamically call then using descriptive programming?
what is flag=0 in qtp tool.. i am strugglin to use flag function , exactly when it is used , any real time expert pls explain clearly?
what is the framework followed by ur company in qtp
what are the different types of framesworks in QTP?what is the keyword driven framework?
How many tables r created during the recording in QTP?
How can we automate Capthca on registration or any contest forms ? Is it possile to Automate Webpages with Falsh using QTP..?
what is descriptive programming? what are the mandotory properties in qtp? what are libriry functions in qtp? what frame work you are using at your project? what is object repositery? what is our role as per qtp project is concerned as a software tester?
What is keyword view and Expert view in QTP?
i have two questions for regular expression :- Q1. I have date pattern eg-29/11/2011 29-11-2011 29.11.2011 Que- if any separator is there between date,month and year pattern should match else it should not match eg- pattern should not match in case of 2911-2011 Q2. let say i have a string and there is a number in between of that string eg.-Amount 30002.234 successfully credited to your account . now i have to match this pattern in such a way that even if decimal is not there pattern should match ,how i will do this using regular expression