Is it possible to change the name of a test object. I mean
when we are recording the script for an object (for Ex:
Username is a text field which has value "Babu",i am
recording that). Then the Name of the object will become
"Babu" in object repository. If i want to change "babu" as
"xxxxx" .. is it possible to do?
Pls help me in this .. if you didn't understand the
question, pls let me know.
Answers were Sorted based on User's Feedback
Answer / rayudu
Yes, It is possible..
Go to repository then right click on the perticular object.
Then rename it.After that write the script, it displays the
changed value.
ie...If you changed the browser("babu") as browser("xxxx")
It displys browser("xxxx")
| Is This Answer Correct ? | 5 Yes | 2 No |
Answer / jay prakash
it is possible.
Resources -> Object repository -> Select the particular
object and in the Name field Change the name.
It will work.
Please let me know if it satisfies your query.
| Is This Answer Correct ? | 2 Yes | 1 No |
Dialog("Login").WinEdit("User Name:").Set "babu"
Dialog("Login").WinButton("OK").Click
In expert view
No need to change anything in OR. U can change "babu" as "XXXX" and run it will run in u r text field as XXXX instead babu.
In KeyWord View
go to keyword view in Value column select value configuration button in constant babu will be there erase it and type XXXX and then run it, it ll run as in edit field as XXXX..
Hope u Understood....
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / shaik mohinuddin
By using Regula Expressions :
Go OR ->property value and press configure button then it will open value configuration options window and select constant radio button selected by default and we can put. * and select check box like Regular Expression and click on ok
| Is This Answer Correct ? | 0 Yes | 0 No |
How you used DDT in QTP?
What are different types of frame works ?
1. how can you handle exceptions without using recovery scenario?
anyone can explain the following concepts. 1.diff b/w Linear and modular framework 2.diff b/w keyword and hybrid framework
Will there be any standards or requirements for page appearance and/or graphics throughout a site or parts of a site?
If u r using descriptive programming to identify the object where do u write the script for those objects? do u write it in the expertview? plz do answer its urgent thanks advance.
Out of 3 recording modes. 1.Standard 2.Analog 3.Low-level, which one is commonly used. As per my knowledge, Analog is used for Graphs , barcoding or DIgital signatures.
Should have experience in framework means?
Write a script to delete a specific row in a webtable.
what are the functions availabla in QTP? what are the data types in QTP?
How u send bugs to dev'lpment team all at once or one by one or waht is the process?
what is bultin funtaion in QTP &tell me five examples?