How to Creating an Output Value using QTP?
Answer / alpna bharti
1 Start QuickTest and open the Parameter test.
2 Save the test as Output.
3 Confirm that the Active Screen option is enabled.
4 Select the text you want to use as an output value.
5 Set the output value settings.
6 Modify the table checkpoint.
7 Save the test.
| Is This Answer Correct ? | 0 Yes | 0 No |
please write a script to find the text in a application. Note: i dont know the location of that text where it is located. just like negative testing.
What contains Data Driven Framework document in qtp?
Hi Samrat, Thank u very much, what u said it is right.
Hi my name is mohan. I am working as a manual tester.. And now i want learn QTP.. is there any online websites to learn QTP for free if u know any plz help me out..,.or send mail to k.mohann.mohan@gmail.com
str="QTP AUTOMATION TESTING" here how many T are there in the str finally i want to display the T
Is it mandatory to know abt regular expression in descriptive programming
How many types of trigger events are there in qtp?
wht is the difference between action and functio?
Name the properties you would use for identifying a browser and page when using descriptive programming?
can anybody give me the links for vb script material
i have to login into gmail loginpage i have to pass testcase into userid and password by using functions. the test case of user id is it should take only lowerletters alphabetin between 4 to 6 length.it should not take spectial letters.it should not take numbers.testcase for password is it should take numbers and it should not take alphabets note the following things must happen 1 when i give correct password and userid that password and userid should be seen in QTP result and notepad,xl sheet 2 when i gave in valid password the system willgive message please give valid password that particular messaage should be seen in QTP result,norepa and xl sheet
i have batch scripts in qtp and i want to update the status like pass/fail in excel sheet after excecuting the every script in batch.how to write the script for this?