NotHarshhaa / NotHarshhaa/DevOps-Interview-Questions
application
Nobody has claimed this yet.
- Dominant language
- No language data
- Stars
- 1.2k
- Forks
- 899
- PR merge metrics
- No merged PRs in 30d
Description
script_s
}
now after invoking the URL, invoke the thread which can run your AUTOIT code in parallel
driver.get(“application URL”);
AUTOIT m1=new AUTOIT ();
Thread t1 =new Thread(m1);
t1.start();
}
now after invoking the URL, invoke the thread which can run your AUTOIT code in parallel
driver.get(“application URL”);
AUTOIT m1=new AUTOIT ();
Thread t1 =new Thread(m1);
t1.start();
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No file, test, or entry point is named, and the issue body is duplicated and incomplete. First clarify which application or interview entry this targets and whether the intended change is a documentation correction; done should mean a specified, non-duplicated example with its expected wording.
Written by the indexing model from the issue text.
Assessment
- Domain
- content, documentation
- Issue type
- Documentation
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 15/100