i want to when we will write the scripts
either after getting the build or after getting the SRS?
Answers were Sorted based on User's Feedback
Answer / suma
it depends on u r project in our company first we write the
test cases after that we automate the testcases
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / satyanarayana
It depends on the situation
If you are preparing the scripts using descriptive
programming then you can start after receiving the SRS.Butif
you are preparing the scripts without using descriptive
programming then you have to use the AUT(Build).To prepare
the scripts the build should be stable
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / badri
After getting the build we can write the script
without build how can we write the script? we don't
know the how to identify the objects in the application.
----Badri
| Is This Answer Correct ? | 1 Yes | 0 No |
What are the differences between Visual Basic, VBA and VBScript? When would it be appropriate to use one as opposed to another?
Both Static and dynamic arrays are handled by VB script. Is it true?
I need to get some data from data base and store this (retrieved) data in a excel sheet using VB script in QTP9.0 I have created connection for data base I have created as excels sheet by using Set XL=CreateObject("Excel.Application") XLworksheet.cells(1,1).value= rs.fields.item("<<The data retrieved from data base >>") I have taken a for loop and changed the cells values (1 as i and another 1 as j) But still I am not able to get Plz kindly tell me know this . It is very urgent
How to insert snapshot during manual scripting in QTP?
How to Pass Multiple values in functions by using vb script? Function value(arg1,arg2) N1=arg1+arg2 N2=arg1-agr2 N3=arg1*agr2 N4=arg1/arg2 Value= How to pass ? End Function
can anyone send me a vb scripts code for clicking on a link and coming back on home page again does the same for many links on a web page.
Which operator can be used to change the value of the operand or change the state of the condition?
Input = 124 output should be 124421 Please do not use any string functions/variables
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
How strcomp function works?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not