What are the three challenges U faced during automation
testing of your application.
Answers were Sorted based on User's Feedback
Answer / vikrant
I faced so many problems following are the three which made
major impact
1. Designing an architecture for automation
2. deciding technology/tool with which everyone at least aware
3. explaining the architecture to subordinates so that while
automating they will create as per that
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / praveenkumar
1.Till what level automation should be done?
2.Do you have sufficient and skilled resources for automation?
3.Is time permissible for automating the test cases?
| Is This Answer Correct ? | 2 Yes | 4 No |
While writing script using For Next Statement in QTP, I try defining the variable in Lib File I am getting syntax error whereas if I use the variable in script file, the script works fine. Can anyone help me in finding the reason behind this?. E:g Dim intStartRow (Define in Lib File----- say abc.vbs) Dim intRow (If I define this variable in Lib file I am getting Syntax error where as if I define in the script file ---- say xyz.mts the script works fine) IntStartRow=2 For intRow = intStartRow to xlWrksht.UsedRange.Rows.Count ‘Some Code here Next
How u execute test cases in manual testing?
How to convert manual test cases to automated testcases
How we can test a Frame in a web page?
how can I read text in browser and export the same into text file?
How to modify the text checkpoint?
how do u prepare Test Environment ?
what will be there in keyword view and expert view?
Tell me Three major differences between QTP & Winrunner?
We need to verify the user name & password in for the user validation. But we don't want to use the parameterization/ loop for user name and password. What is the way in scripting so that user & password will generate automatically.
Hi this is chandra if any one have Navigation of LAB QTP, I want Navigation of those tools, if any one have the and know the Navigation each and every part of the QTP, plz send me my mail naruboinac@yahoo. com,naruboinas@ gmail.com
What do you do if QTP doesn't recognize object ,what action should be taken