what are the Common Problems in S/w development process
In my opinion there are a lot of factors which can cause the
development process.
1.Lack of experience
2.lack of resources
3.formality of the document
4.inability to understand the specification
5.Lack of skill
| Is This Answer Correct ? | 0 Yes | 0 No |
Can we use same virtual objects in many number of tests?
I'm having a problem to get the status(pass or fail) during runtime for every iteration ran, and must get the results stored to an excel sheet if possible.
what is a file system object in QTP
What is file database?
I have written some scripts in QTP by using older version, but I want to run them in latest version. Is there any process to do that.If so can anyone explain me?
if the excel sheet specified in script is not there,we get run time error how to handle the error ,please anybody explain me in detail
Explain roles and responsibilites of 2yrs Automation qtp engineer.
if devloper change only button names in present build then script will execute or not , why? Only gui changed.......
Hi cud you plz answer my question.. what is the size of Object Repository?
Hi, I want to pass a value in to Link object. For ex: I have a link where in which contains the value like "DC4463219(Active)". Whenever i will execute the script this value "DC4463219 (Active)" will get changed. I got the value DC4463219(Active) from the link and stored that value in variable "ACTUAL". If i want to select the same link again, while recording the value DC4463219(Active) will be recorded in object repository. So, that it will not work for the next cycle of execution as the value will get changed everytime as i mentioned above. I want to pass that Acutal value in to link object. The script is as follows: Actual Script when recording: Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(DC4463219(Active)".Click But now instead of this DC4463219(Active) i want to pass a variable where i have the same value. I tried to execute the script Browser("Web Login").Page("Application").Frame ("ScopeFrame").Link(Actual).Click But it is displaying the error message as that the value which we got from Actual is not existing in Object repository. So,i made the link object as regular expression. Even it is displaying the same message as mentioned above. If you are not able to understand, feel free to contact me with nbabu11@gmail.com
w is configaration management
When to use Descriptive programing?